aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-22 17:16:13 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-22 18:11:50 -0600
commit93df8b7784bc2071e3c2e47c9ea2a93739d3dac7 (patch)
tree9b533ed327d923ea0f3b8dfe786f20cc33fc967d /docs
parentd05b0bd046be891957db6c8b1f78de492230d211 (diff)
downloadcryptography-93df8b7784bc2071e3c2e47c9ea2a93739d3dac7.tar.gz
cryptography-93df8b7784bc2071e3c2e47c9ea2a93739d3dac7.tar.bz2
cryptography-93df8b7784bc2071e3c2e47c9ea2a93739d3dac7.zip
add new CRL test vector
Diffstat (limited to 'docs')
-rw-r--r--docs/development/test-vectors.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 9e8eb388..70766d53 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -305,6 +305,9 @@ Custom X.509 Certificate Revocation List Vectors
* ``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.
* ``crl_empty.pem`` - Contains a CRL with no revoked certificates.
+* ``crl_ian_aia_aki.pem`` - Contains a CRL with ``IssuerAlternativeName``,
+ ``AuthorityInformationAccess``, ``AuthorityKeyIdentifier`` and ``CRLNumber``
+ extensions.
Hashes
~~~~~~