summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2023-04-25Move the policy STACK_OF stuff to pcy_int.h as wellTheo Buehler
2023-04-25Remove SXNETTheo Buehler
2023-04-25Move truncated sha-2 and sha3 out of #ifdef wrappersTheo Buehler
2023-04-25Use X509_STORE_CTX_get1_{certs,crls}() instead of an aliasTheo Buehler
2023-04-25X509_STORE_get1_{certs,crls} become X509_STORE_CTX_* also inTheo Buehler
2023-04-25X509_STORE_get1_{certs,crls} become X509_STORE_CTX_*Theo Buehler
2023-04-25Move the policy tree code to internal-onlyTheo Buehler
2023-04-25Remove i2d_PKCS7_NDEF from the hidden version as wellTheo Buehler
2023-04-25Remove documentation for i2d_PKCS7_NDEFTheo Buehler
2023-04-25Remove i2d_PKCS7_NDEFTheo Buehler
2023-04-25BN_RECP_CTX moves to internalTheo Buehler
2023-04-25Put ERRORS and DIAGNOSTICS information in the sections where they belong.Ingo Schwarze