Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move variable declaration to beginning of scope in order to make this | tb | 2020-09-18 | 1 | -3/+4 |
| | | | | test compile and pass on sparc64. | ||||
* | Change the known output to be the expected output, so that we | beck | 2020-09-14 | 1 | -1421/+1421 |
| | | | | | | no longer ignore the expected failures from the legacy name constraints validation, and will have a regress failure if we regress. | ||||
* | Use a fixed validation time in these tests so we never | beck | 2020-09-14 | 1 | -2/+4 |
| | | | | | have to re-generate these certificates and this should just keep working even if the certs get old | ||||
* | Fix perl bugs that had me printing the wrong cert number for errors | beck | 2020-07-16 | 1 | -8/+9 |
| | |||||
* | The exit code from the perl matters here | beck | 2020-07-15 | 1 | -1/+3 |
| | |||||
* | Don't leak the X509_STORE | beck | 2020-07-15 | 1 | -1/+3 |
| | |||||
* | Add certificate validation tests generated using the tools from | beck | 2020-07-15 | 10945 | -0/+444760 |
bettertls.com, and a verification suite to try each certificate in the same manner as the web based tests do using X509_verify. This includes the list of "known" failures today in our validaion code so we can move forward without moving back. |