aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/development/test-vectors.rst5
-rw-r--r--vectors/cryptography_vectors/x509/ocsp/req-sha1.derbin0 -> 88 bytes
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 7918b152..1a1c5d72 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -378,6 +378,11 @@ Custom X.509 Certificate Revocation List Vectors
incremented by 1 to produce an invalid signature, and the public key which
was used to generate it.
+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.
+
Hashes
~~~~~~
diff --git a/vectors/cryptography_vectors/x509/ocsp/req-sha1.der b/vectors/cryptography_vectors/x509/ocsp/req-sha1.der
new file mode 100644
index 00000000..3327ae83
--- /dev/null
+++ b/vectors/cryptography_vectors/x509/ocsp/req-sha1.der
Binary files differ