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. | ||||
* | 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 | ||||
* | 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 | 1 | -0/+237 |
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. |