summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2023-04-30Send x509_subject_cmp() to the atticTheo Buehler
2023-04-30The policy tree is no moreTheo Buehler
2023-04-30Zap extra blank lineTheo Buehler
2023-04-30Make the descriptions of BIO_get_retry_BIO(3) and BIO_get_retry_reason(3)Ingo Schwarze
2023-04-30Slightly improve the documentation of the "oper" parameter byIngo Schwarze
2023-04-30Document the eight BIO_CONN_S_* constants that are passed to BIO_info_cb(3)Ingo Schwarze
2023-04-30Mark the five BIO_GHBN_* constants as intentionally undocumented.Ingo Schwarze
2023-04-30whitespaceTheo Buehler
2023-04-29Mention a few standard BIO_ctrl(3) command constantsIngo Schwarze
2023-04-29Mention a few standard BIO_ctrl(3) command constantsIngo Schwarze
2023-04-29Mention the type-specific BIO_ctrl(3) command constantsIngo Schwarze
2023-04-29Mention the type-specific BIO_ctrl(3) command constantsIngo Schwarze
2023-04-28Mark OpenSSLDie() as __deadTheo Buehler
2023-04-28Remove preservation and use of cached DER/BER encodings in the d2i/i2d pathsJob Snijders
2023-04-28Enable policy checking by default now that we are DAG implementation based.Bob Beck
2023-04-28Mark a number of BIO_ctrl(3) command constants as intentionallyIngo Schwarze
2023-04-28kill the .Xr to BN_nist_mod_521(3) which no longer existsIngo Schwarze
2023-04-28Unifdef LIBRESSL_HAS_POLICY_DAG and remove it from the MakefileTheo Buehler
2023-04-28Add BIO_C_SET_MD_CTX to the list of command constants.Ingo Schwarze
2023-04-28Take the old policy code behind the barnTheo Buehler
2023-04-28Document BIO_set_md_ctx(3) and BIO_C_SET_MD_CTX.Ingo Schwarze
2023-04-28Enable the new policy checking code in x509_policy.cTheo Buehler
2023-04-28Silence gcc-4 warnings about sk_sort()Theo Buehler
2023-04-28Remove misinformation, reason had nothing to do with efficiencyJob Snijders
2023-04-28Remove now no longer needed <assert.h>; sort headersTheo Buehler
2023-04-28Deassert has_explicit_policy()Theo Buehler
2023-04-28Deassert delete_if() callbacksTheo Buehler
2023-04-28Deassert x509_policy_level_find()Theo Buehler
2023-04-28Deassert X509_policy_check()Theo Buehler
2023-04-28Deassert x509_policy_level_add_nodes()Theo Buehler
2023-04-28Deassert x509_policy_new()Theo Buehler
2023-04-28Reorder the text such that every function is discussed only onceIngo Schwarze
2023-04-28Cleanup pass over x509_check_policy.cTheo Buehler
2023-04-27Convert size_t's used in conjuction with sk_X509_num back to int.Bob Beck
2023-04-27Also list the command constants not associated with any macros,Ingo Schwarze
2023-04-27Somehow I managed not to bump LIBRESSL_VERSION_NUMBERTheo Buehler
2023-04-27EC_KEY_{get,insert}_key_method_data() are no longer availableTheo Buehler
2023-04-27One more reciprocal thing hid in here (yay for consistent naming)Theo Buehler
2023-04-27Remove stale references to BN reciprocal stuffTheo Buehler
2023-04-27Remove documentation of reciprocal BN which is now internal onlyTheo Buehler
2023-04-27Remove documentation of GF2m point stuffTheo Buehler
2023-04-27EC_GROUP_new() Strip out complications due to binary curves.Theo Buehler
2023-04-27Remove stale reference to BN_GF2m_add()Theo Buehler
2023-04-27Remove BN_GF2m_add.3Theo Buehler
2023-04-27Remove mention of EC_GFp_nist_method and add back a .Pp that wasTheo Buehler
2023-04-27Remove braces around single lines statements using knfmt -sTheo Buehler
2023-04-27Rework simple allocation and free functions in x509_policy.cTheo Buehler
2023-04-27Remove dangling references to BN_get0_nist_prime_521(3)Theo Buehler
2023-04-27Move EC_POINT_{get,set}_Jprojective_coordinates to ec_local.hTheo Buehler
2023-04-27Nuke doxygen noiseTheo Buehler