diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-13 07:24:40 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-13 07:24:40 -0400 |
commit | 8eca316a8f98bb607d886a0503d4fd50c4d20fd0 (patch) | |
tree | ec81d720612be198bffd90094a6b946e8c0a3879 /docs/development | |
parent | 0facc2a21462721e5a6105d43d50ebb85a1d11f6 (diff) | |
parent | 208d678f3b172d33748647be3389a2482bb87163 (diff) | |
download | cryptography-8eca316a8f98bb607d886a0503d4fd50c4d20fd0.tar.gz cryptography-8eca316a8f98bb607d886a0503d4fd50c4d20fd0.tar.bz2 cryptography-8eca316a8f98bb607d886a0503d4fd50c4d20fd0.zip |
Merge pull request #1941 from reaperhulk/x509-cdp-still-more-vectors
more CDP vectors!
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 5 |
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. |