aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/development/test-vectors.rst5
-rw-r--r--vectors/cryptography_vectors/x509/ocsp/resp-sha256.derbin0 -> 527 bytes
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index f82e00e3..41d1f571 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -409,6 +409,11 @@ Custom X.509 Certificate Revocation List Vectors
* ``crl_delta_crl_indicator.pem`` - Contains a CRL with the
``DeltaCRLIndicator`` extension.
+X.509 OCSP Test Vectors
+~~~~~~~~~~~~~~~~~~~~~~~
+* ``x509/ocsp/resp-sha256.der`` - An OCSP response for ``cryptography.io`` with
+ a SHA256 signature.
+
Custom X.509 OCSP Test Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ``x509/ocsp/req-sha1.der`` - An OCSP request containing a single request and
diff --git a/vectors/cryptography_vectors/x509/ocsp/resp-sha256.der b/vectors/cryptography_vectors/x509/ocsp/resp-sha256.der
new file mode 100644
index 00000000..4694081e
--- /dev/null
+++ b/vectors/cryptography_vectors/x509/ocsp/resp-sha256.der
Binary files differ