summaryrefslogtreecommitdiff
path: root/docs/development
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2022-05-22 18:52:32 -0400
committerGitHub <noreply@github.com>2022-05-22 22:52:32 +0000
commit1407dd633962f166cfa4f5fd5dbd5e3ab29fffc6 (patch)
treef902266005bbe1fd5c9cc170de75aaa4b89c9270 /docs/development
parent50d78891f914577b639c1d7908a89597d6790bfd (diff)
downloadcryptography-1407dd633962f166cfa4f5fd5dbd5e3ab29fffc6.tar.gz
Added vectors for invalid CSR/CRL versions (#7247)
* Added vectors for invalid CSR/CRL versions * Update docs/development/test-vectors.rst Co-authored-by: Paul Kehrer <paul.l.kehrer@gmail.com> Co-authored-by: Paul Kehrer <paul.l.kehrer@gmail.com>
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 16c8a9d2c..9bf841599 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -520,6 +520,8 @@ Custom X.509 Request Vectors
inside the ASN.1 set. The signature on this request is invalid.
* ``freeipa-bad-critical.pem`` - A certificate signing request where the
extensions value has a ``critical`` value of ``False`` explicitly encoded.
+* ``bad-version.pem`` - A certificate signing request where the version is
+ invalid.
Custom X.509 Certificate Revocation List Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -588,6 +590,7 @@ Custom X.509 Certificate Revocation List Vectors
value in ``thisUpdate``. The signature on this CRL is invalid.
* ``crl_no_next_time.pem`` - Contains a CRL with no ``nextUpdate`` value. The
signature on this CRL is invalid.
+* ``crl_bad_version.pem`` - Contains a CRL with an invalid version.
X.509 OCSP Test Vectors
~~~~~~~~~~~~~~~~~~~~~~~