aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-10 14:58:21 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-10 14:59:01 -0500
commit28d5421f61050ea601e14b713496024ef50a94bb (patch)
tree262d3d49b53288d8c703b3e361d72f6df44621a5 /docs/development
parentb76fee88e248b89beef7d8a80e2700512f88978d (diff)
downloadcryptography-28d5421f61050ea601e14b713496024ef50a94bb.tar.gz
cryptography-28d5421f61050ea601e14b713496024ef50a94bb.tar.bz2
cryptography-28d5421f61050ea601e14b713496024ef50a94bb.zip
add CRL distribution points vectors
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/test-vectors.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 41531f7b..40331f89 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -179,6 +179,11 @@ Custom X.509 Vectors
containing an authority information access extension with an OCSP entry.
* ``aia_ca_issuers.pem`` - An RSA 2048 bit self-signed certificate
containing an authority information access extension with a CA issuers entry.
+* ``cdp_fullname_reasons_crl_issuer.pem`` - An RSA 1024 bit certificate
+ containing a CRL distribution points extension with ``fullName``,
+ ``cRLIssuer``, and ``reasons`` data.
+* ``cdp_crl_issuer.pem`` - An RSA 1024 bit certificate containing a CRL
+ distribution points extension with ``cRLIssuer`` data.
Custom X.509 Request Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~