aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-12 23:09:13 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-12 23:09:13 -0500
commit208d678f3b172d33748647be3389a2482bb87163 (patch)
treeec81d720612be198bffd90094a6b946e8c0a3879 /docs/development/test-vectors.rst
parent0facc2a21462721e5a6105d43d50ebb85a1d11f6 (diff)
downloadcryptography-208d678f3b172d33748647be3389a2482bb87163.tar.gz
cryptography-208d678f3b172d33748647be3389a2482bb87163.tar.bz2
cryptography-208d678f3b172d33748647be3389a2482bb87163.zip
more CDP vectors!
Diffstat (limited to 'docs/development/test-vectors.rst')
-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 824fb57f..6f61a7ee 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -184,6 +184,11 @@ Custom X.509 Vectors
``cRLIssuer``, and ``reasons`` data.
* ``cdp_crl_issuer.pem`` - An RSA 1024 bit certificate containing a CRL
distribution points extension with ``cRLIssuer`` data.
+* ``cdp_all_reasons.pem`` - An RSA 1024 bit certificate containing a CRL
+ distribution points extension with all ``reasons`` bits set.
+* ``cdp_reason_aa_compromise.pem`` - An RSA 1024 bit certificate containing a
+ CRL distribution points extension with the ``AACompromise`` ``reasons`` bit
+ set.
* ``cp_user_notice_with_notice_reference.pem`` - An RSA 2048 bit self-signed
certificate containing a certificate policies extension with a
notice reference in the user notice.