summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Push ERR_R_MALLOC_FAILURE onto the error stacktb2020-09-241-3/+3
* Make free_strings() NULL safetb2020-09-241-1/+3
* KNF and grammar tweaks for comments; wrap a few overlong prototypes.tb2020-09-241-163/+188
* Ensure chain is set on the X509_STORE_CTX before triggering callback.jsing2020-09-231-12/+39
* Fix some line wrapping and other whitespace issues.tb2020-09-211-45/+34
* Move freeing and zeroing up to right after the while loop.tb2020-09-211-5/+5
* Avoid memleak caused by shadowingtb2020-09-201-2/+5
* KNF/whitespace nitstb2020-09-202-6/+7
* Correct a 1 byte read overflow in x509_contraints_uri and addbeck2020-09-201-4/+9
* Fix a memory leak in x509_constraints_extract_namestb2020-09-201-6/+6
* remove superfluous NULL checkbeck2020-09-191-2/+2
* Fix potential overflow in CN subject line parsing, thanks tobeck2020-09-181-4/+5
* Add a comment saying that the public function NAME_CONSTRAINTS_check(3)schwarze2020-09-171-2/+5
* Install the new page SSL_set1_host(3), link to it from relevant places,schwarze2020-09-172-10/+14
* revert my putting this on a diet. sadly the NAME_CONSTRAINTS_checkbeck2020-09-161-7/+1
* noop NAME_CONSTRAINTS_check stubinoguchi2020-09-161-4/+5
* Make check in x509_verify_ctx_set_max_signatures() consistent with others.jsing2020-09-161-4/+2
* Dedup code in x509_verify_ctx_new_from_xsc().jsing2020-09-161-14/+7
* set error_depth and current_cert to make more legacy callbacks that don't checkbeck2020-09-151-1/+3
* Deduplicate the time validation code between the legacy and newbeck2020-09-153-27/+8
* ifdef out code that is no longer used in here. once we are certainbeck2020-09-151-2/+5