diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-06-13 07:29:35 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-06-13 07:29:35 -0400 |
commit | 9692dbc36d3c7eb4c40b6a50f17067e16a892f4d (patch) | |
tree | 52d4b2777b11b7e2395e623b02032c3e9e78c379 /docs/development/test-vectors.rst | |
parent | 6c057310867ece8c480df2a448c4301166547aab (diff) | |
parent | d59b07cfa2ba8496d44342e18de9848165a87dc8 (diff) | |
download | cryptography-9692dbc36d3c7eb4c40b6a50f17067e16a892f4d.tar.gz cryptography-9692dbc36d3c7eb4c40b6a50f17067e16a892f4d.tar.bz2 cryptography-9692dbc36d3c7eb4c40b6a50f17067e16a892f4d.zip |
Merge pull request #2018 from reaperhulk/ocsp-nocheck-vector
add OCSPNoCheck test vector
Diffstat (limited to 'docs/development/test-vectors.rst')
-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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |