Skip to content

Commit

Permalink
Correct the documentation on crl_invalid_time.der (pyca#6191)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Aug 8, 2021
1 parent eab2e80 commit 50d5193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/test-vectors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ Custom X.509 Certificate Revocation List Vectors
* ``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``.
* ``crl_invalid_time.der`` - Contains a CRL with an invalid ``GeneralizedTime``
* ``crl_invalid_time.der`` - Contains a CRL with an invalid ``UTCTime``
value in ``thisUpdate``. The signature on this CRL is invalid.

X.509 OCSP Test Vectors
Expand Down

0 comments on commit 50d5193

Please sign in to comment.