summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Expose EC_GROUP_{get,set}_curve(3)tb2021-05-102-3/+4
* Add draft-ietf-sidrops-rpki-rsc OIDjob2021-05-092-0/+2
* Prepare to provide EVP_Digest{Sign,Verify}tb2021-05-092-3/+35
* Fix corner case for compressed points on binary curvestb2021-05-031-1/+5
* riscv64 openssl configdrahn2021-05-021-0/+154
* Make TS_compute_imprint a bit more robust.tb2021-05-021-20/+28
* Retire OpenBSD/sgi.visa2021-05-011-5/+1
* bump to LibreSSL 3.4.0 in -currentbcook2021-05-011-3/+3
* Plug leak in c2i_ASN1_OBJECTtb2021-05-011-3/+8
* Prevent double free in int_TS_RESP_verify_tokentb2021-05-011-1/+2
* Revert "Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in newtb2021-04-281-4/+1
* Relax SAN DNSname validation and constraints to permit non leading *beck2021-04-271-19/+21
* Do not leave errors on the error stack on PKCS12_parse() success.tb2021-04-241-1/+3
* Enable the new verifier again so hopefully the remaining kinks get ironedtb2021-04-241-2/+2
* Fix indent of EC_METHODs as requested by jsing.tb2021-04-206-192/+192
* Compare pointer against NULL and fix a KNF issue.tb2021-04-201-3/+3
* Prepare to provide EC_POINT_set_compressed_coordinatestb2021-04-205-57/+41
* Compare function pointers against NULL, not 0.tb2021-04-201-3/+3
* Provide EC_POINT_{g,s}et_Jprojective_coordinates for internal usetb2021-04-2010-77/+97
* Simplify code after adding EC_POINT_{s,g}et_affine_coordinates()tb2021-04-203-73/+18
* Compare function pointers against NULL, not 0.tb2021-04-201-3/+3
* Prepare to provide EC_POINT_{g,s}et_affine_coordinatestb2021-04-2018-92/+90
* Simplify after EC_POINT_get_curve() additiontb2021-04-202-30/+8
* Compare function pointers against NULL, not 0.tb2021-04-201-3/+3
* Prepare to provide EC_GROUP_{get,set}_curve(3)tb2021-04-206-41/+51
* Avoid division by zero in hybrid point encodingtb2021-04-191-17/+49
* Switch back to the legacy verifier for the release.tb2021-04-151-2/+2
* Don't leak param->name in x509_verify_param_zero()tb2021-04-051-1/+2
* Bump minors after symbol additiontb2021-03-311-1/+1
* Expose various DTLSv1.2 specific functions and definestb2021-03-311-0/+1
* Provide missing prototype for d2i_DSAPrivateKey_fp(3)tb2021-03-311-1/+2
* Document EVP_PKEY_new_CMAC_key(3)tb2021-03-311-16/+4
* Provide EVP_PKEY_new_CMAC_key(3)tb2021-03-312-5/+2
* Prepare documenting EVP_PKEY_new_CMAC_key(3)tb2021-03-291-2/+54
* Prepare to provide EVP_PKEY_new_CMAC_key()tb2021-03-294-20/+84
* Avoid mangled output in BIO_debug_callbacktb2021-03-251-4/+12
* Fix copy-paste error in previoustb2021-03-191-2/+2
* Use EXFLAG_INVALID to handle out of memory and parse errors intobhe2021-03-132-11/+45
* Zap a useless variable.tb2021-03-121-4/+2
* Missing void in function definitiontb2021-03-121-2/+2
* Fix checks of memory caps of constraints namestb2021-03-123-20/+32
* spelling: refenece -> referencejmc2021-03-121-3/+3
* spellingjsg2021-03-1212-37/+37
* LibreSSL 3.3.2bcook2021-03-071-3/+3
* Set is_trusted in x509_verify_ctx_add_chain()tb2021-02-261-2/+2
* Fix two bugs in the legacy verifiertb2021-02-251-6/+10
* Rename depth to num_untrusted so it identifies what it actually represents.jsing2021-02-251-6/+6
* Avoid passing last and depth to x509_verify_cert_error() on ENOMEM.jsing2021-02-251-3/+2
* Fix comment explaining last_untrusted. This should really be calledtb2021-02-241-2/+2
* Make the new validator check for EXFLAG_CRITICALtb2021-02-241-8/+15