summaryrefslogtreecommitdiff
path: root/docs/development
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2021-06-12 08:41:34 -0500
committerGitHub <noreply@github.com>2021-06-12 09:41:34 -0400
commit11d9622995a4ff70ac0d1feb1bf2ce1f2df389ea (patch)
tree7766aefe6ae6c766b2f47bbc410589ba91aa8e05 /docs/development
parent6f0260b766458f5c5c49af784413795de14be94a (diff)
downloadcryptography-11d9622995a4ff70ac0d1feb1bf2ce1f2df389ea.tar.gz
add unrecognized extension CRL vector (#6111)
* add unrecognized extension CRL vector * sigh * add test * always a linter
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/test-vectors.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 3420fce8e..e41cdf171 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -517,6 +517,9 @@ Custom X.509 Certificate Revocation List Vectors
* ``crl_idp_relativename_only.pem`` - Contains a CRL with an
``IssuingDistributionPoints`` extension with only a ``relativename`` for
the distribution point.
+* ``crl_unrecognized_extension.der`` - Contains a CRL containing an
+ unsupported extension type. The OID was encoded as "1.2.3.4.5" with an
+ ``extnValue`` of ``abcdef``.
X.509 OCSP Test Vectors
~~~~~~~~~~~~~~~~~~~~~~~