diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-11-11 13:40:11 +0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2019-11-11 00:40:11 -0500 |
commit | 2e86983a77d02a38ef0485ebe7ab05c1c98a7685 (patch) | |
tree | d871fb70f5313bbd3919fe2f594890dd183521f2 /docs/development | |
parent | c7ba7be8fe67c099339fcbcd90012fc257308628 (diff) | |
download | cryptography-2e86983a77d02a38ef0485ebe7ab05c1c98a7685.tar.gz cryptography-2e86983a77d02a38ef0485ebe7ab05c1c98a7685.tar.bz2 cryptography-2e86983a77d02a38ef0485ebe7ab05c1c98a7685.zip |
Parse single_extensions in OCSP responses (#5059)
* add single_extensions to OCSPResponse (#4753)
* new vector, updateed docs, more stringent parser, changelog, etc
* simplify PR (no SCT for now)
* add a comment
* finish pulling out the sct stuff so tests might actually run
Diffstat (limited to 'docs/development')
-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 9976d138..5b20b827 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -517,6 +517,8 @@ X.509 OCSP Test Vectors contains a revoked certificate and no ``nextUpdate`` value. * ``x509/ocsp/resp-invalid-signature-oid.der`` - An OCSP response that was 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. Custom X.509 OCSP Test Vectors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |