diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2021-09-23 20:09:41 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-23 08:09:41 -0400 |
| commit | cabcc465fc6a44dec4843f2a1ad459a706c5bfee (patch) | |
| tree | e179112b18cfcf59afe8314c89b4b2f54f9e18bc /docs/development | |
| parent | 68632a6397168a444dd6c4a985cb3a1dc918a28d (diff) | |
| download | cryptography-cabcc465fc6a44dec4843f2a1ad459a706c5bfee.tar.gz | |
add several OCSP response vectors (#6298)
* add several OCSP response vectors
* fix naming
Diffstat (limited to 'docs/development')
| -rw-r--r-- | docs/development/test-vectors.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 20f246cf6..4466647b1 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
