diff options
author | Jonathan M. Wilbur <jonathan@wilbur.space> | 2024-08-21 04:25:03 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-09-10 19:17:34 +0200 |
commit | f6b2ab0ba4fede20d7fdc81a0b281d3470a4d6e9 (patch) | |
tree | 0b326f3275566b9d1c561337440e8d007d731332 /test/certs | |
parent | doc: authorityAttributeIdentifier-related ASN.1 symbols (diff) | |
download | openssl-f6b2ab0ba4fede20d7fdc81a0b281d3470a4d6e9.tar.xz openssl-f6b2ab0ba4fede20d7fdc81a0b281d3470a4d6e9.zip |
test: authorityAttributeIdentifier X.509v3 extension
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25244)
Diffstat (limited to 'test/certs')
-rw-r--r-- | test/certs/ext-authorityAttributeIdentifier.pem | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/certs/ext-authorityAttributeIdentifier.pem b/test/certs/ext-authorityAttributeIdentifier.pem new file mode 100644 index 0000000000..38aecb6b02 --- /dev/null +++ b/test/certs/ext-authorityAttributeIdentifier.pem @@ -0,0 +1,12 @@ +-----BEGIN CERTIFICATE----- +MIIBtDCCAaCgAwIBAgIDAQIDMAsGCSqGSIb3DQEBBTAAMCIYDzIwMjEwODMxMDIy +NDM1WhgPMjAyMTA4MzEwMjI0MzVaMAAwggEgMAsGCSqGSIb3DQEBAQOCAQ8AMIIB +CgKCAQEAtnjLm1ts1hC4fNNt3UnQD9y73bDXgioTyWYSI3ca/KNfuTydjFTEYAmq +nuGrBOUfgbmH3PRQ0AmpqljgWTb3d3K8H4UFvDWQTPSS21IMjm8oqd19nE5GxWir +Gu0oDRzhWLHe1RZ7ZrohCPg/1Ocsy47QZuK2laFB0rEmrRWBmEYbDl3/wxf5XfqI +qpOynJB02thXrTCcTM7Rz1FqCFt/ZVZB5hKY2S+CTdE9OIVKlr4WHMfuvUYeOj06 +GkwLFJHNv2tU+tovI3mYRxUuY4UupkS3MC+Otey7XKm1P+INjWWoegm6iCAt3Vus +pVz+6pU2xgl3nrAVMQHB4fReQPH0pQIDAQABozswOTA3BgNVHSYEMDAuMCwwIKQe +MBwxGjAYBgNVBAMMEVdpbGRib2FyIFNvZnR3YXJlAgQBAwUHAwIBsjALBgkqhkiG +9w0BAQUDAQA= +-----END CERTIFICATE----- |