summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto
AgeCommit message (Expand)AuthorFilesLines
2021-03-31Bump minors after symbol additiontb1-1/+1
2021-03-31Expose various DTLSv1.2 specific functions and definestb1-0/+1
2021-03-31Provide missing prototype for d2i_DSAPrivateKey_fp(3)tb1-1/+2
2021-03-31Document EVP_PKEY_new_CMAC_key(3)tb1-16/+4
2021-03-31Provide EVP_PKEY_new_CMAC_key(3)tb2-5/+2
2021-03-29Prepare documenting EVP_PKEY_new_CMAC_key(3)tb1-2/+54
2021-03-29Prepare to provide EVP_PKEY_new_CMAC_key()tb4-20/+84
2021-03-25Avoid mangled output in BIO_debug_callbacktb1-4/+12
2021-03-19Fix copy-paste error in previoustb1-2/+2
2021-03-13Use EXFLAG_INVALID to handle out of memory and parse errors intobhe2-11/+45
2021-03-12Zap a useless variable.tb1-4/+2
2021-03-12Missing void in function definitiontb1-2/+2
2021-03-12Fix checks of memory caps of constraints namestb3-20/+32
2021-03-12spelling: refenece -> referencejmc1-3/+3
2021-03-12spellingjsg12-37/+37
2021-03-07LibreSSL 3.3.2bcook1-3/+3
2021-02-26Set is_trusted in x509_verify_ctx_add_chain()tb1-2/+2
2021-02-25Fix two bugs in the legacy verifiertb1-6/+10
2021-02-25Rename depth to num_untrusted so it identifies what it actually represents.jsing1-6/+6
2021-02-25Avoid passing last and depth to x509_verify_cert_error() on ENOMEM.jsing1-3/+2
2021-02-24Fix comment explaining last_untrusted. This should really be calledtb1-2/+2
2021-02-24Make the new validator check for EXFLAG_CRITICALtb1-8/+15
2021-02-18Pull in fix for EVP_CipherUpdate() overflow from OpenSSL.tb1-1/+23
2021-02-12Sync cert.pem with Mozilla NSS root CAs, except "GeoTrust Global CA", ok tb@sthen1-657/+415
2021-02-11KNFtb1-4/+7
2021-02-03Add OID for draft-ietf-opsawg-finding-geofeedsjob2-0/+2
2021-02-02Add a bunch of RPKI OIDsjob2-1/+26
2021-01-09Set chain on xsc on chain build failure.jsing1-1/+3
2021-01-09Bail out early after finding an single chain if we are have been called frombeck1-1/+9
2021-01-08search the intermediates only after searching the root certs, clarifybeck1-11/+15
2021-01-05Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in new verifier.jsing1-1/+4
2021-01-05Gracefully handle root certificates being both trusted and untrusted.jsing2-4/+16
2021-01-05double word fix; from martin vahlensieckjmc2-6/+6
2020-12-16Remove two reduntat memset calls.tb2-5/+2
2020-12-16Avoid potential use of uninitialized in ASN1_time_parsetb1-4/+3
2020-12-16Fix some KNF issuestb1-7/+8
2020-12-08LibreSSL 3.3.1bcook1-3/+3
2020-12-08Fix a NULL dereference in GENERAL_NAME_cmp()tb6-11/+94
2020-12-04Move point-on-curve check to set_affine_coordinatestb4-18/+50
2020-12-03grammar fixes from Varik "The Genuine Article!!!" Valefor;jmc2-6/+6
2020-11-25Avoid undefined behavior due to memcpy(NULL, NULL, 0)tb1-4/+6
2020-11-18Plug leak in x509_verify_chain_dup()tb1-2/+2
2020-11-18Plug a big memory leak in the new validatortb1-1/+6
2020-11-18zap ugly empty line before closing bracetb1-2/+1
2020-11-18Move freeing of the verify context to its natural place instead oftb1-2/+2
2020-11-18KNF (whitespace)tb4-13/+13
2020-11-18bump to 3.3.0bcook1-3/+3
2020-11-16Use X509_V_OK instead of 0.jsing1-4/+3
2020-11-16Add back an X509_STORE_CTX error code assignment.jsing1-2/+3
2020-11-15Return the specific failure for a "self signed certificate" in the chainbeck1-1/+14