aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-10-29 12:05:31 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2018-10-29 00:05:31 -0400
commit328c314d5b003fb4cc8ddd419a73d58f710956ae (patch)
tree5b41b295ad4a77dac073ce477bdcf07f750fe7c2 /docs/development/test-vectors.rst
parentd9451fb17f2827378db6d34050fa93916754b58a (diff)
downloadcryptography-328c314d5b003fb4cc8ddd419a73d58f710956ae.tar.gz
cryptography-328c314d5b003fb4cc8ddd419a73d58f710956ae.tar.bz2
cryptography-328c314d5b003fb4cc8ddd419a73d58f710956ae.zip
add issuingDistributionPoint vectors (#4537)
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r--docs/development/test-vectors.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index d68e1e93..f585412d 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -412,6 +412,30 @@ Custom X.509 Certificate Revocation List Vectors
was used to generate it.
* ``crl_delta_crl_indicator.pem`` - Contains a CRL with the
``DeltaCRLIndicator`` extension.
+* ``crl_idp_fullname_only.pem`` - Contains a CRL with an
+ ``IssuingDistributionPoints`` extension with only a ``fullname`` for the
+ distribution point.
+* ``crl_idp_only_ca.pem`` - Contains a CRL with an
+ ``IssuingDistributionPoints`` extension that is only valid for CA certificate
+ revocation.
+* ``crl_idp_fullname_only_aa.pem`` - Contains a CRL with an
+ ``IssuingDistributionPoints`` extension that sets a ``fullname`` and is only
+ valid for attribute certificate revocation.
+* ``crl_idp_fullname_only_user.pem`` - Contains a CRL with an
+ ``IssuingDistributionPoints`` extension that sets a ``fullname`` and is only
+ valid for user certificate revocation.
+* ``crl_idp_fullname_indirect_crl.pem`` - Contains a CRL with an
+ ``IssuingDistributionPoints`` extension that sets a ``fullname`` and the
+ indirect CRL flag.
+* ``crl_idp_reasons_only.pem`` - Contains a CRL with an
+ ``IssuingDistributionPoints`` extension that is only valid for revocations
+ with the ``keyCompromise`` reason.
+* ``crl_idp_relative_user_all_reasons.pem`` - Contains a CRL with an
+ ``IssuingDistributionPoints`` extension that sets all revocation reasons as
+ allowed.
+* ``crl_idp_relativename_only.pem`` - Contains a CRL with an
+ ``IssuingDistributionPoints`` extension with only a ``relativename`` for
+ the distribution point.
X.509 OCSP Test Vectors
~~~~~~~~~~~~~~~~~~~~~~~