summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Pull in fix for EVP_CipherUpdate() overflow from OpenSSL.tb2021-02-181-1/+23
* Sync cert.pem with Mozilla NSS root CAs, except "GeoTrust Global CA", ok tb@sthen2021-02-121-659/+417
* KNFtb2021-02-111-4/+7
* Add OID for draft-ietf-opsawg-finding-geofeedsjob2021-02-032-0/+2
* Add a bunch of RPKI OIDsjob2021-02-022-1/+26
* Set chain on xsc on chain build failure.jsing2021-01-091-1/+3
* Bail out early after finding an single chain if we are have been called frombeck2021-01-091-1/+9
* search the intermediates only after searching the root certs, clarifybeck2021-01-081-11/+15
* Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in new verifier.jsing2021-01-051-1/+4
* Gracefully handle root certificates being both trusted and untrusted.jsing2021-01-052-4/+16
* double word fix; from martin vahlensieckjmc2021-01-052-6/+6
* Remove two reduntat memset calls.tb2020-12-162-5/+2
* Avoid potential use of uninitialized in ASN1_time_parsetb2020-12-161-4/+3
* Fix some KNF issuestb2020-12-161-7/+8
* LibreSSL 3.3.1libressl-v3.3.1bcook2020-12-081-3/+3
* Fix a NULL dereference in GENERAL_NAME_cmp()tb2020-12-086-11/+94
* Move point-on-curve check to set_affine_coordinatestb2020-12-044-18/+50
* grammar fixes from Varik "The Genuine Article!!!" Valefor;jmc2020-12-032-6/+6
* Avoid undefined behavior due to memcpy(NULL, NULL, 0)tb2020-11-251-4/+6
* Plug leak in x509_verify_chain_dup()tb2020-11-181-2/+2
* Plug a big memory leak in the new validatortb2020-11-181-1/+6
* zap ugly empty line before closing bracetb2020-11-181-2/+1
* Move freeing of the verify context to its natural place instead oftb2020-11-181-2/+2
* KNF (whitespace)tb2020-11-184-13/+13
* bump to 3.3.0bcook2020-11-181-3/+3
* Use X509_V_OK instead of 0.jsing2020-11-161-4/+3
* Add back an X509_STORE_CTX error code assignment.jsing2020-11-161-2/+3
* Return the specific failure for a "self signed certificate" in the chainbeck2020-11-151-1/+14
* Handle additional certificate error cases in new X.509 verifier.jsing2020-11-112-12/+79
* Update getentropy on Windows to use Cryptography Next Generation (CNG).bcook2020-11-111-18/+9
* Fix bad indent.jsing2020-11-031-7/+6
* Hook X509_STORE_CTX get_issuer() callback from new X509 verifier.jsing2020-11-031-3/+17
* typo: ASN1_parse_time -> ASN1_time_parsetb2020-11-021-3/+3
* Add a safety net to ensure that we set an error on the store context.tb2020-10-261-1/+3
* If x509_verify() fails, ensure that the error is also set on the storetb2020-10-261-10/+15
* Make sure that x509_vfy_check_id() failure also sets ctx->error, not onlytb2020-10-261-3/+8
* Stop documenting some functions as macros.tb2020-10-213-19/+7
* make fixed-sized fixed-value mib[] arrays be constderaadt2020-10-122-8/+4
* Fix leak or double free with OCSP_request_add0_id()tb2020-10-091-8/+9
* Ensure leaf is set up on X509_STORE_CTX before verification.jsing2020-09-261-9/+7
* jumping into the x509 fray with a bunch of whitespace repairderaadt2020-09-261-6/+6
* bump to LibreSSL 3.2.2 ahead of lockbcook2020-09-251-3/+3
* KNF for a few comments and indent a labeltb2020-09-251-8/+12
* Remove some dangling elses for consistency with the rest of the filetb2020-09-251-25/+19
* Simplify UI_new_method()tb2020-09-251-10/+4
* Move variable declaration to the top of UI_set_result and ditchtb2020-09-251-19/+16
* The default branch of a switch somehow got moved inside of a pointlesstb2020-09-251-3/+3
* Simplify call to ERR_print_errors_cb()tb2020-09-251-5/+4
* Error out if ok_chars and cancel_chars overlaptb2020-09-241-2/+4
* Fix a number of leaks in the UI_dup_* functionstb2020-09-241-143/+99