From 11d9622995a4ff70ac0d1feb1bf2ce1f2df389ea Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 12 Jun 2021 08:41:34 -0500 Subject: add unrecognized extension CRL vector (#6111) * add unrecognized extension CRL vector * sigh * add test * always a linter --- docs/development/test-vectors.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/development') 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 ~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.1