mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
add several OCSP response vectors (#6298)
* add several OCSP response vectors * fix naming
This commit is contained in:
parent
68632a6397
commit
cabcc465fc
4 changed files with 8 additions and 0 deletions
|
|
@ -569,6 +569,12 @@ X.509 OCSP Test Vectors
|
|||
``CT Certificate SCTs`` single extension, from the SwissSign OCSP responder.
|
||||
* ``x509/ocsp/ocsp-army.deps.mil-resp.der`` - An OCSP response containing
|
||||
multiple ``SINGLERESP`` values.
|
||||
* ``x509/ocsp/resp-response-type-unknown-oid.der`` - An OCSP response with
|
||||
an unknown OID for response type. The signature on this response is invalid.
|
||||
* ``x509/ocsp/resp-successful-no-response-bytes.der`` - An OCSP request with
|
||||
a successful response type but the response bytes are missing.
|
||||
* ``x509/ocsp/resp-unknown-response-status.der`` - An OCSP response with an
|
||||
unknown response status.
|
||||
|
||||
Custom X.509 OCSP Test Vectors
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,2 @@
|
|||
0
|
||||
|
||||
Loading…
Reference in a new issue