diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-12 21:04:30 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-12 21:04:30 -0400 |
commit | 31b9e97929e29e0ecfe29b84072bbbe0dc37f270 (patch) | |
tree | 35efcbb00d7e6a48401bd918ae7e317295003f05 /docs | |
parent | cb73b224c1982370fb6be39c2eafbe676c92a99a (diff) | |
parent | 5ac41547b893dbb69b1b02fb21214d6b8115a843 (diff) | |
download | cryptography-31b9e97929e29e0ecfe29b84072bbbe0dc37f270.tar.gz cryptography-31b9e97929e29e0ecfe29b84072bbbe0dc37f270.tar.bz2 cryptography-31b9e97929e29e0ecfe29b84072bbbe0dc37f270.zip |
Merge pull request #1937 from reaperhulk/cp-more-vector
add another certificate policies test vector
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/test-vectors.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 3d49801d..824fb57f 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -192,6 +192,9 @@ Custom X.509 Vectors text and no notice reference. * ``cp_cps_uri.pem`` - An RSA 2048 bit self-signed certificate containing a certificate policies extension with a CPS URI and no user notice. +* ``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. Custom X.509 Request Vectors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |