diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-06-07 18:51:50 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-06-07 18:51:50 -0500 |
commit | d59b07cfa2ba8496d44342e18de9848165a87dc8 (patch) | |
tree | d8fcf2febeb8a399b7b38c9c066d6c615617d68f /docs | |
parent | 014b68ead801e23a33e06524c20d2f290ba6772f (diff) | |
download | cryptography-d59b07cfa2ba8496d44342e18de9848165a87dc8.tar.gz cryptography-d59b07cfa2ba8496d44342e18de9848165a87dc8.tar.bz2 cryptography-d59b07cfa2ba8496d44342e18de9848165a87dc8.zip |
add OCSPNoCheck test vector
Diffstat (limited to 'docs')
-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 0bd1f69e..02cc122b 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -203,6 +203,8 @@ Custom X.509 Vectors * ``cp_user_notice_no_explicit_text.pem`` - An RSA 2048 bit self-signed certificate containing a certificate policies extension with a user notice with no explicit text. +* ``ocsp_nocheck.pem`` - An RSA 2048 bit self-signed certificate containing + an ``OCSPNoCheck`` extension. Custom X.509 Request Vectors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |