aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-10-24 08:58:07 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2018-10-23 20:58:07 -0400
commita9b4f86de8a0de2e846a42d9b35c39e88d621bb7 (patch)
treeefef31ddf64ca127c40c48209853c66d2440e46a /docs/development
parentf6f2d7ebd5b4370be74e8dc267e9b76621147f29 (diff)
downloadcryptography-a9b4f86de8a0de2e846a42d9b35c39e88d621bb7.tar.gz
cryptography-a9b4f86de8a0de2e846a42d9b35c39e88d621bb7.tar.bz2
cryptography-a9b4f86de8a0de2e846a42d9b35c39e88d621bb7.zip
next_update is not a required field on OCSP responses (#4513)
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/test-vectors.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index b56a4c56..e512a902 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -427,6 +427,8 @@ X.509 OCSP Test Vectors
* ``x509/ocsp/resp-revoked-reason.der`` - An OCSP response from the
``QuoVadis`` OCSP responder that contains a revoked certificate with a
revocation reason.
+* ``x509/ocsp/resp-revoked-no-next-update.der`` - An OCSP response that
+ contains a revoked certificate and no ``nextUpdate`` value.
Custom X.509 OCSP Test Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~