summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/verify.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unwanted trailing newlines from err/warn format strings.anton2024-08-231-2/+2
* Switch regress to using x509_verify.h from libcrypto instead of thetb2023-01-281-2/+3
* Ensure that verification results in the expected error and error depth.jsing2022-10-171-16/+113
* Prepare regress for opaque structs in x509*.htb2021-10-311-11/+6
* Mark another test as failing with the legacy verifier.jsing2021-09-301-1/+2
* Add a pass using the modern vfy with by_dir roots, code by me, script tobeck2021-08-281-14/+30
* Add regress test testing having the root cert in the intermediate bundlebeck2021-08-271-1/+5
* Don't leak verify and store contexts.tb2020-11-181-1/+3
* catch unset error when validation fails.beck2020-10-261-1/+4
* make this test compile and pass on sparc64 by moving variable declarationstb2020-09-181-4/+9
* Add new x509 certificate chain validator in x509_verify.cbeck2020-09-131-9/+90
* Add regress for X509_verify() using the new bundles.jsing2020-07-141-0/+363