summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2021-05-24 00:53:33 -0400
committerGitHub <noreply@github.com>2021-05-23 23:53:33 -0500
commitfa2f68dd35da79a52ef05713bfb5f0ed1d380c8a (patch)
tree78d9ea0b678118a1f366f65db8d6082a690bbfea /docs
parent596d30d04083e69446ebe1a94febea29e8c5029f (diff)
downloadcryptography-fa2f68dd35da79a52ef05713bfb5f0ed1d380c8a.tar.gz
Added a test vector for OCSP with an unknown extension (#6063)
Diffstat (limited to 'docs')
-rw-r--r--docs/development/test-vectors.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index e8e466d4a..b1ae00c08 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -540,6 +540,8 @@ X.509 OCSP Test Vectors
``CT Certificate SCTs`` single extension, from the SwissSign OCSP responder.
* ``x509/ocsp/ocsp-army.deps.mil-resp.der`` - An OCSP response containing
multiple ``SINGLERESP`` values.
+* ``x509/ocsp/resp-unknown-extension.der`` - An OCSP response containing an
+ extension with an unknown OID.
Custom X.509 OCSP Test Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~