diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-10-19 19:05:48 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-10-19 19:05:48 -0500 |
commit | 86ae0e59011e3f10e7c41c5957276a4b1ecb4ac7 (patch) | |
tree | f4f827dddc2b6e0a381f7edde5c19462be78d2ec /docs/development | |
parent | ff59811d64c8f7eb24e7b2f6fe666d67fbb2bf54 (diff) | |
parent | a6c8259cf7941a715aada4c8cf14c4499163d3d2 (diff) | |
download | cryptography-86ae0e59011e3f10e7c41c5957276a4b1ecb4ac7.tar.gz cryptography-86ae0e59011e3f10e7c41c5957276a4b1ecb4ac7.tar.bz2 cryptography-86ae0e59011e3f10e7c41c5957276a4b1ecb4ac7.zip |
Merge pull request #2417 from etrauschke/vectors_inval_certissuer
Add CRL to vectors for testing invalid certificateIssuer entry extension
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index bfe76330..0b249ccb 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -302,6 +302,8 @@ Custom X.509 Certificate Revocation List Vectors to "1.2.3.4". The CRL uses an unsupported MD2 signature algorithm. * ``crl_unsupported_reason.pem`` - Contains a CRL with one revocation which has an unsupported reason code. +* ``crl_inval_cert_issuer_entry_ext.pem`` - Contains a CRL with one revocation + which has one entry extension for certificate issuer with an empty value. Hashes ~~~~~~ |