summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/callback.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch regress to using x509_verify.h from libcrypto instead of thetb2023-01-281-2/+3
| | | | one in /usr/include/openssl.
* 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
| | | | | This test now fails with the legacy verifier, due to X509_V_FLAG_TRUSTED_FIRST being enabled by default.
* Add a regression test to verify that we call the callback in the samebeck2021-09-011-0/+431
order on success for both the legacy and the new verifier, This avoids problems as seen in perl's regression tests for some of the crazy things net:ssleay does. This is currently marked as expected to fail, it will be expected to succeed after a forthcoming commit from me.