diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-06-28 00:39:21 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-06-28 00:39:21 -0500 |
commit | 5d3f7b7b631d0539cf210db48f9b8dd1d008227b (patch) | |
tree | 371c6d8f47923b89b013fd6748519cf219109cb4 /docs/development | |
parent | 33edaf1f4abe859d41ab4e9c4542bb6fd2f171d0 (diff) | |
download | cryptography-5d3f7b7b631d0539cf210db48f9b8dd1d008227b.tar.gz cryptography-5d3f7b7b631d0539cf210db48f9b8dd1d008227b.tar.bz2 cryptography-5d3f7b7b631d0539cf210db48f9b8dd1d008227b.zip |
add new name constraints vector with invalid IP netmask
Diffstat (limited to 'docs/development')
-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. |