aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-09-07 08:06:17 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2018-09-07 09:06:17 -0400
commit3cc007902467f3f8b8d9de1972a575fa977b5bd3 (patch)
tree6e68571558795f2c341174c7876a306348f6be4b /docs/development/test-vectors.rst
parent0322962e143798fa5228f4505eeb606cdf773b87 (diff)
downloadcryptography-3cc007902467f3f8b8d9de1972a575fa977b5bd3.tar.gz
cryptography-3cc007902467f3f8b8d9de1972a575fa977b5bd3.tar.bz2
cryptography-3cc007902467f3f8b8d9de1972a575fa977b5bd3.zip
add OCSP request with a request extension (nonce) (#4462)
Diffstat (limited to 'docs/development/test-vectors.rst')
-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 3465a774..b56a4c56 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -436,6 +436,8 @@ Custom X.509 OCSP Test Vectors
requests.
* ``x509/ocsp/req-invalid-hash-alg.der`` - An OCSP request containing an
invalid hash algorithm OID.
+* ``x509/ocsp/req-ext-nonce.der`` - An OCSP request containing a nonce
+ extension.
Hashes
~~~~~~