aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-10-19 19:05:48 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-10-19 19:05:48 -0500
commit86ae0e59011e3f10e7c41c5957276a4b1ecb4ac7 (patch)
treef4f827dddc2b6e0a381f7edde5c19462be78d2ec /docs
parentff59811d64c8f7eb24e7b2f6fe666d67fbb2bf54 (diff)
parenta6c8259cf7941a715aada4c8cf14c4499163d3d2 (diff)
downloadcryptography-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')
-rw-r--r--docs/development/test-vectors.rst2
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
~~~~~~