diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-06-28 17:09:36 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-06-28 17:09:36 -0400 |
commit | 632c5078ca16e023ebd73ef86d868eaeb4c7af97 (patch) | |
tree | 371c6d8f47923b89b013fd6748519cf219109cb4 /docs | |
parent | ab78ba262b7bee75cfc1fc22922e1b6d57b3614e (diff) | |
parent | 5d3f7b7b631d0539cf210db48f9b8dd1d008227b (diff) | |
download | cryptography-632c5078ca16e023ebd73ef86d868eaeb4c7af97.tar.gz cryptography-632c5078ca16e023ebd73ef86d868eaeb4c7af97.tar.bz2 cryptography-632c5078ca16e023ebd73ef86d868eaeb4c7af97.zip |
Merge pull request #2083 from reaperhulk/nc-vector
Name Constraints vectors
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 bc171b21..ac667bb7 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -204,6 +204,9 @@ Custom X.509 Vectors name constraints extension with permitted elements. * ``nc_excluded.pem`` - An RSA 2048 bit self-signed certificate containing a name constraints extension with excluded elements. +* ``nc_invalid_ip_netmask.pem`` - An RSA 2048 bit self-signed certificate + containing a name constraints extension with a permitted element that has an + ``IPv6`` IP and an invalid network mask. * ``cp_user_notice_with_notice_reference.pem`` - An RSA 2048 bit self-signed certificate containing a certificate policies extension with a notice reference in the user notice. |