From d02842b03bf94e9f62e788a2120f02d96a2b0cfd Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 20 Sep 2017 23:40:05 +0800 Subject: add Freshest CRL and Delta CRL Indicator test vectors (#3932) --- docs/development/test-vectors.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3