diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2019-11-15 22:25:20 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-11-16 11:25:20 +0800 |
commit | 2bc47fe2fd244236f3d33b507c11f1b146650ea4 (patch) | |
tree | f27381e1ef819b3070272b579a50e4b013e3243f /docs/development/test-vectors.rst | |
parent | 9481b8f483c5a477e2de70935cf30080be95fe54 (diff) | |
download | cryptography-2bc47fe2fd244236f3d33b507c11f1b146650ea4.tar.gz cryptography-2bc47fe2fd244236f3d33b507c11f1b146650ea4.tar.bz2 cryptography-2bc47fe2fd244236f3d33b507c11f1b146650ea4.zip |
Added a test vector of an OCSP response with SCT extension (#5066)
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r-- | docs/development/test-vectors.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 5b20b827..217237ab 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -519,6 +519,8 @@ X.509 OCSP Test Vectors modified to contain an MD2 signature algorithm object identifier. * ``x509/ocsp/resp-single-extension-reason.der`` - An OCSP response that contains a ``CRLReason`` single extension. +* ``x509/ocsp/resp-sct-extension.der`` - An OCSP response containing a + ``CT Certificate SCTs`` single extension, from the SwissSign OCSP responder. Custom X.509 OCSP Test Vectors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |