summaryrefslogtreecommitdiff
path: root/src/regress/usr.bin/openssl/x509 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Check for the existence of p5-IO-Socket-SSL by checking for its SSL.pmtb2021-03-111-3/+4
| | | | | | | instead of running pkg_add which may block due to its locking mechanism. Precise file to check for suggested by sthen ok kn deraadt on previous version
* mark test-inlabel-wildcard-cert-no-CA-client as an expected failuretb2021-02-181-1/+2
|
* Add x509 certificate validation regression testsjan2021-02-162-0/+240
The validation tests are originaly createtd by Steffen Ullrich. OK tb@ No objection jsing@