summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/bettertls/verify.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* catch unset error when validation fails.beck2020-10-261-1/+12
* Don't leak bundle_file and cert_file paths at the end.tb2020-10-101-1/+3
* Read cert.pem once and reuse it instead of reading it twice per test certtb2020-10-081-18/+10
* KNFtb2020-10-031-12/+11
* Make this test compile against OpenSSL 1.1tb2020-10-021-11/+21
* Move variable declaration to beginning of scope in order to make thistb2020-09-181-3/+4
* Use a fixed validation time in these tests so we neverbeck2020-09-141-2/+4
* Don't leak the X509_STOREbeck2020-07-151-1/+3
* Add certificate validation tests generated using the tools frombeck2020-07-151-0/+237