aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-09-01 16:09:10 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2018-09-01 15:09:10 -0500
commit1ded08113949407b20ca54053a199d238b6b13e2 (patch)
tree520c8ceef3dc53e3aef80cd935be5d8fc811dd32 /docs/development
parent8e499b2dfa821657f8e3f5f8fdb4eb4153fb6d89 (diff)
downloadcryptography-1ded08113949407b20ca54053a199d238b6b13e2.tar.gz
cryptography-1ded08113949407b20ca54053a199d238b6b13e2.tar.bz2
cryptography-1ded08113949407b20ca54053a199d238b6b13e2.zip
More OCSP vectors (#4451)
* yet another ocsp response vector. and yet there will be at least one more after this * add one more
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/test-vectors.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index b189bc93..3465a774 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -422,6 +422,11 @@ X.509 OCSP Test Vectors
* ``x509/ocsp/resp-delegate-unknown-cert.der`` - An OCSP response for an
unknown cert from ``AC Camerafirma``. This response also contains a delegate
certificate.
+* ``x509/ocsp/resp-responder-key-hash.der`` - An OCSP response from the
+ ``DigiCert`` OCSP responder that uses a key hash for the responder ID.
+* ``x509/ocsp/resp-revoked-reason.der`` - An OCSP response from the
+ ``QuoVadis`` OCSP responder that contains a revoked certificate with a
+ revocation reason.
Custom X.509 OCSP Test Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~