summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/bettertls/check.perl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix perl bugs that had me printing the wrong cert number for errorsbeck2020-07-161-8/+9
|
* The exit code from the perl matters herebeck2020-07-151-1/+3
|
* Add certificate validation tests generated using the tools frombeck2020-07-151-0/+105
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.