summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2023-04-26Import policy.c from BoringSSL as x509_policy.cBob Beck
2023-04-26New manual page written by Ted Bullock <tbullock at comlore dot com>,Ingo Schwarze
2023-04-26Document those BIO_ctrl(3) command constantsIngo Schwarze
2023-04-26Remove the now unused bio_pk7.cTheo Buehler
2023-04-26Move BIO_new_PKCS7() to the the other streaming stuff in pk7_mime.cTheo Buehler
2023-04-26KNF nitTheo Buehler
2023-04-26Clean up ec.h a little.Theo Buehler
2023-04-26Remove e_old.c againTheo Buehler
2023-04-26Declare sendsyslog to match its man pageGreg Steuck
2023-04-25Reinstate e_old.c it is still used by -portableTheo Buehler
2023-04-25Remove documentation of BN_BLINDING_{g,s}et_thread_idTheo Buehler
2023-04-25e_old can also goTheo Buehler
2023-04-25Remove the deprecated API from BNTheo Buehler
2023-04-25GF2m bites the dust. It won't be missed.Theo Buehler
2023-04-25ASN1_item_ndef_i2d also goes. discussed with deraadtTheo Buehler
2023-04-25Remove commented version of OPENSSL_NO_EC2MTheo Buehler
2023-04-25Remove duplicate NID definitionsTheo Buehler
2023-04-25LIBRESSL_NEXT_API is no longer neededTheo Buehler
2023-04-25Remove prototype of EC_GFp_nist_method()Theo Buehler
2023-04-25Move EC_KEY_{insert,set}_key_method_data() to internal-onlyTheo Buehler
2023-04-25Move low level BIO_new_NDEF API to internal-onlyTheo Buehler
2023-04-25Remove proxy cert remnantsTheo Buehler
2023-04-25Remove NETSCAPE_CERT_SEQUENCETheo Buehler