Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch regress to using x509_verify.h from libcrypto instead of the | tb | 2023-01-28 | 1 | -2/+3 |
| | | | | one in /usr/include/openssl. | ||||
* | Prepare regress for opaque structs in x509*.h | tb | 2021-10-31 | 1 | -11/+6 |
| | |||||
* | Mark another test as failing with the legacy verifier. | jsing | 2021-09-30 | 1 | -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 same | beck | 2021-09-01 | 1 | -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. |