diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-08-01 16:51:38 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-08-01 16:51:38 -0400 |
commit | 582a0bccf80ad16c1b689aa5bc5bde4b5fcd5be5 (patch) | |
tree | 3a0b8404dc5af90327a86a8256c82cfcd03146de /docs/development | |
parent | 877bdf01d60fb0b56dae31e1b8a2bdad2a9f4fc2 (diff) | |
parent | 1b7500f5f91a9ad07f5f15caf17264753173f8d8 (diff) | |
download | cryptography-582a0bccf80ad16c1b689aa5bc5bde4b5fcd5be5.tar.gz cryptography-582a0bccf80ad16c1b689aa5bc5bde4b5fcd5be5.tar.bz2 cryptography-582a0bccf80ad16c1b689aa5bc5bde4b5fcd5be5.zip |
Merge pull request #2186 from reaperhulk/handle-corrupt-extensions
Handle invalid x509 extension payloads
Diffstat (limited to 'docs/development')
-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 ea44a46c..d400e662 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -233,6 +233,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. +* ``cp_invalid.pem`` - An RSA 2048 bit self-signed certificate containing a + certificate policies extension with invalid data. * ``ian_uri.pem`` - An RSA 2048 bit certificate containing an issuer alternative name extension with a ``URI`` general name. * ``ocsp_nocheck.pem`` - An RSA 2048 bit self-signed certificate containing |