diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-09-07 19:11:47 +0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-09-07 07:11:47 -0400 |
commit | 9a8e29eda723d0406fbd727f01d83473ec6246fe (patch) | |
tree | 61767ca1a741791331a178d4bb154b21fc7349a2 /docs/development | |
parent | 32f88bf63452314acdc16bcd8b612a4a7fe056c6 (diff) | |
download | cryptography-9a8e29eda723d0406fbd727f01d83473ec6246fe.tar.gz cryptography-9a8e29eda723d0406fbd727f01d83473ec6246fe.tar.bz2 cryptography-9a8e29eda723d0406fbd727f01d83473ec6246fe.zip |
add initial OCSP request test vector (#3890)
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 7918b152..1a1c5d72 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -378,6 +378,11 @@ Custom X.509 Certificate Revocation List Vectors incremented by 1 to produce an invalid signature, and the public key which was used to generate it. +Custom X.509 OCSP Test Vectors +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* ``x509/ocsp/req-sha1.der`` - An OCSP request containing a single request and + using SHA1 as the hash algorithm. + Hashes ~~~~~~ |