summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
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
2023-04-27Remove documentation of no longer supported EC methodsTheo Buehler
2023-04-27Remove NIST prime documentationTheo Buehler
2023-04-27Stop installing NIST prime documentationTheo Buehler
2023-04-27Remove a useless doxygen commentTheo Buehler
2023-04-26Make x509_policy.c compile with gcc 4.Theo Buehler
2023-04-26Allow compiling with -DHAS_DAG to enable the policy check with a DAG.Theo Buehler
2023-04-26Turn C++ comments into C comments and minor KNF fixupsTheo Buehler
2023-04-26KNF according to knfmt(1)Theo Buehler
2023-04-26Zap trailing whitespaceTheo Buehler
2023-04-26Add RCS tagTheo Buehler
2023-04-26Take X509_POLICY_NODE_print() behind the barnTheo Buehler
2023-04-26Add the new policy code to the build.Bob Beck
2023-04-26Make the new policy code in x509_policy.c to be selectable at compile time.Bob Beck
2023-04-26Add a shim to mimic the BoringSSL sk_delete_if function.Bob Beck
2023-04-26Adapt the sk_find calls from BoringSSL's api to ours.Bob Beck
2023-04-26Add the STACK_OF declarations we require.Bob Beck
2023-04-26Change OPENSSL_malloc|free|memset and friends to the normal versions.Bob Beck
2023-04-26Fix error code goopBob Beck
2023-04-26Use the correct headers to compile with libresslBob Beck