aboutsummaryrefslogtreecommitdiffstats
path: root/test/certs/sca-clientAuth.pem
Commit message (Collapse)AuthorAgeFilesLines
* make various test CA certs RFC 5280 compliant w.r.t. X509 extensionsDr. David von Oheimb2021-01-201-11/+11
| | | | | Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13719)
* Compat self-signed trust with reject-only aux dataViktor Dukhovni2016-01-311-0/+19
When auxiliary data contains only reject entries, continue to trust self-signed objects just as when no auxiliary data is present. This makes it possible to reject specific uses without changing what's accepted (and thus overring the underlying EKU). Added new supported certs and doubled test count from 38 to 76. Reviewed-by: Dr. Stephen Henson <steve@openssl.org>