OCSP response vector (#4443)

* OCSP response vector

* oops, wrong name

* move ocsp response vector docs

* make alex happy
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index f82e00e..41d1f57 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -409,6 +409,11 @@
 * ``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 0000000..4694081
--- /dev/null
+++ b/vectors/cryptography_vectors/x509/ocsp/resp-sha256.der
Binary files differ