diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-07-01 23:26:47 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-07-01 23:26:47 -0400 |
commit | 8228028e2b40561726fc447ecfdaed13a8925425 (patch) | |
tree | 0c05a481856ca52aceaf0ef285aca7e3e3ef9333 /docs/development/test-vectors.rst | |
parent | fed316361545660e6161f9b4981971b5abf72b93 (diff) | |
parent | 8f458ab55739634eff751b136c14d473696d5643 (diff) | |
download | cryptography-8228028e2b40561726fc447ecfdaed13a8925425.tar.gz cryptography-8228028e2b40561726fc447ecfdaed13a8925425.tar.bz2 cryptography-8228028e2b40561726fc447ecfdaed13a8925425.zip |
Merge pull request #2096 from reaperhulk/yet-another-nc-vector
add name constraints vector with /32 and /128 IP networks
Diffstat (limited to 'docs/development/test-vectors.rst')
-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 ca07547c..fe64fe1a 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -215,6 +215,9 @@ Custom X.509 Vectors * ``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. +* ``nc_single_ip_netmask.pem`` - An RSA 2048 bit self-signed certificate + containing a name constraints extension with a permitted element that has two + IPs with ``/32`` and ``/128`` network masks. * ``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. |