summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
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-25Remove CTS modeTheo Buehler
2023-04-25Remove TS_VERIFY_CTX_init()Theo Buehler
2023-04-25Remove PEM wrappers for NETSCAPE_CERT_SEQUENCETheo Buehler
2023-04-25Remove the horror show that is bn_nist and ecp_nistTheo Buehler
2023-04-25Remove BN_init() documentationTheo Buehler
2023-04-25Remove BN_CTX_init() documentationTheo Buehler
2023-04-25Remove the no longer used BN_MONT_CTX_init()Theo Buehler
2023-04-25Move a few now internal prototypes to bn_local.hTheo Buehler
2023-04-25Remove old BN_one/BN_zero compat stuffTheo Buehler
2023-04-25Remove X9.31 supportTheo Buehler
2023-04-25Remove the no longer used BN_CTX_init()Theo Buehler
2023-04-25Bump LibreSSL version to 3.8.0Theo Buehler
2023-04-25Document most command constants.Ingo Schwarze
2023-04-25Bump majors after symbol addition and removalTheo Buehler
2023-04-25Update Symbols.list after symbol addition and removalTheo Buehler
2023-04-25Comment out a few now unused files from MakefileTheo Buehler
2023-04-25Use proper fix for the recent x400Address issueTheo Buehler
2023-04-25Temporarily define LIBRESSL_NEXT_API in opensslfeatures.hTheo Buehler
2023-04-25Define OPENSSL_NO_DEPRECATED and OPENSSL_NO_EC2M in opensslfeatures.hTheo Buehler
2023-04-25Wire up truncated SHA-2, SHA-3 and related thingsTheo Buehler
2023-04-25Remove no longer necessary compat #definesTheo Buehler
2023-04-25Add NIDs for truncated SHA-2, SHA-3 and related thingsTheo Buehler
2023-04-25The #ifdef missed a few NETSCAPE_CERT thingsTheo Buehler
2023-04-25Remove v3_sxnet from the standard extensionsTheo Buehler
2023-04-25Invalidate the DER cache earlier on in X509 setter functionsJob Snijders
2023-04-25Use X509_set_version() and X509_REQ_set_version() instead doing it by handJob Snijders
2023-04-25Add endbr64 where needed by inspection. Passes regresson tests.Theo de Raadt
2023-04-24Future users of libcrypto will also have to do without strong extranetTheo Buehler
2023-04-24Mark NETSCAPE_CERT_SEQUENCE for removalTheo Buehler
2023-04-24Mark the NDEF API for removalTheo Buehler
2023-04-24Fix sk_is_sorted to tread 0 and 1 element lists as sorted.Bob Beck
2023-04-24Sort X.509 error reasons, use next available error value, and alignJob Snijders
2023-04-24Revert 1.32Job Snijders
2023-04-23Replace X509v3_get_ext_count() with X509_get_ext_count()Job Snijders
2023-04-23In the case of V1 certs, the extension count should be exactly 0Job Snijders
2023-04-23If extensions are encountered on a X.509 V1 cert, mark as invalidJob Snijders
2023-04-23Add compliance checks for the X.509 version fieldJob Snijders
2023-04-23Man page update for EVP_sha512_224() and EVP_sha512_256()Job Snijders
2023-04-23Drop some extra parenthesesTheo Buehler
2023-04-23Drop a superfluous isneg check.Theo Buehler