Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure chain is set on the X509_STORE_CTX before triggering callback. | jsing | 2020-09-23 | 1 | -12/+39 |
* | remove superfluous NULL check | beck | 2020-09-19 | 1 | -2/+2 |
* | Make check in x509_verify_ctx_set_max_signatures() consistent with others. | jsing | 2020-09-16 | 1 | -4/+2 |
* | Dedup code in x509_verify_ctx_new_from_xsc(). | jsing | 2020-09-16 | 1 | -14/+7 |
* | set error_depth and current_cert to make more legacy callbacks that don't check | beck | 2020-09-15 | 1 | -1/+3 |
* | Deduplicate the time validation code between the legacy and new | beck | 2020-09-15 | 1 | -2/+2 |
* | Set error if we are given an NULL ctx in x509_verify, and set error | beck | 2020-09-14 | 1 | -5/+3 |
* | nuke a stray space | tb | 2020-09-14 | 1 | -2/+2 |
* | remove unneded variable "time" | beck | 2020-09-14 | 1 | -3/+2 |
* | fix bug introduced on review where refactor made it possible to | beck | 2020-09-14 | 1 | -2/+2 |
* | Correctly fix double free introduced on review. | beck | 2020-09-14 | 1 | -2/+1 |
* | Add new x509 certificate chain validator in x509_verify.c | beck | 2020-09-13 | 1 | -0/+914 |