aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-09-20 23:40:05 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2017-09-20 11:40:05 -0400
commitd02842b03bf94e9f62e788a2120f02d96a2b0cfd (patch)
tree07c0b0a3f8be663c4dd78823861afa7508fea4cf /docs/development/test-vectors.rst
parentb5c5bbe478ece57d76e6701fec3021384feb6dd2 (diff)
downloadcryptography-d02842b03bf94e9f62e788a2120f02d96a2b0cfd.tar.gz
cryptography-d02842b03bf94e9f62e788a2120f02d96a2b0cfd.tar.bz2
cryptography-d02842b03bf94e9f62e788a2120f02d96a2b0cfd.zip
add Freshest CRL and Delta CRL Indicator test vectors (#3932)
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r--docs/development/test-vectors.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index aa632787..66f71985 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -324,6 +324,8 @@ Custom X.509 Vectors
is an unknown OID (``1.3.6.1.4.1.8432.1.1.2``).
* ``policy_constraints_explicit.pem`` - A self-signed certificate containing
a ``policyConstraints`` extension with a ``requireExplicitPolicy`` value.
+* ``freshestcrl.pem`` - A self-signed certificate containing a ``freshestCRL``
+ extension.
Custom X.509 Request Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -383,6 +385,8 @@ Custom X.509 Certificate Revocation List Vectors
* ``invalid_signature.pem`` - Contains a CRL with the last signature byte
incremented by 1 to produce an invalid signature, and the public key which
was used to generate it.
+* ``crl_delta_crl_indicator.pem`` - Contains a CRL with the
+ ``DeltaCRLIndicator`` extension.
Custom X.509 OCSP Test Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~