aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-08-15 09:19:15 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2018-08-15 10:19:15 -0400
commitb3f4df1947575813c89b38a3778d826152d7766a (patch)
tree1bc8fe90a37534a367547a32e515ef52c055a35a /docs/development
parentc11f424b34a710b2cf42cd26d391dca53922181c (diff)
downloadcryptography-b3f4df1947575813c89b38a3778d826152d7766a.tar.gz
cryptography-b3f4df1947575813c89b38a3778d826152d7766a.tar.bz2
cryptography-b3f4df1947575813c89b38a3778d826152d7766a.zip
add new OCSP request vectors (#4399)
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/test-vectors.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 506afd87..4ae152be 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -409,6 +409,10 @@ Custom X.509 OCSP Test Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ``x509/ocsp/req-sha1.der`` - An OCSP request containing a single request and
using SHA1 as the hash algorithm.
+* ``x509/ocsp/req-multi-sha1.der`` - An OCSP request containing multiple
+ requests.
+* ``x509/ocsp/req-invalid-hash-alg.der`` - An OCSP request containing an
+ invalid hash algorithm OID.
Hashes
~~~~~~