summaryrefslogtreecommitdiff
path: root/docs/development
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2021-08-08 10:23:55 -0400
committerGitHub <noreply@github.com>2021-08-08 10:23:55 -0400
commit50d51933b20714b3f2aabe7dc82a7dca31c7b24d (patch)
tree6f3e27fc61e1cad4eddadab0947c762979ed2178 /docs/development
parenteab2e804380cf17fd2a11e4c74eb5915235ee414 (diff)
downloadcryptography-50d51933b20714b3f2aabe7dc82a7dca31c7b24d.tar.gz
Correct the documentation on crl_invalid_time.der (#6191)
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/test-vectors.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index ee8e617ed..6d096f63e 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -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