diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-06-29 18:51:39 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-06-29 18:51:39 -0400 |
commit | 902e55cbcb5d379cbddd3e55e8eece5ac5d46ad4 (patch) | |
tree | b597ff53848f0da1ca4e8013cb1fea714710b96c /docs/development | |
parent | 9f0bb2b77dfc234b7cb82e8364452bbf347b3d00 (diff) | |
parent | 7155c984e66580b12acc9fbeb9775406c6eccb11 (diff) | |
download | cryptography-902e55cbcb5d379cbddd3e55e8eece5ac5d46ad4.tar.gz cryptography-902e55cbcb5d379cbddd3e55e8eece5ac5d46ad4.tar.bz2 cryptography-902e55cbcb5d379cbddd3e55e8eece5ac5d46ad4.zip |
Merge pull request #2088 from reaperhulk/nc-vectors
add more basic name constraints vector
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index ac667bb7..ca07547c 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -199,9 +199,17 @@ Custom X.509 Vectors set. * ``nc_permitted_excluded.pem`` - An RSA 2048 bit self-signed certificate containing a name constraints extension with both permitted and excluded - elements. + elements. Contains ``IPv4`` and ``IPv6`` addresses with network mask as well + as ``dNSName`` with a leading period. +* ``nc_permitted_excluded_2.pem`` - An RSA 2048 bit self-signed certificate + containing a name constraints extension with both permitted and excluded + elements. Unlike ``nc_permitted_excluded.pem``, the general names do not + contain any name constraints specific values. * ``nc_permitted.pem`` - An RSA 2048 bit self-signed certificate containing a name constraints extension with permitted elements. +* ``nc_permitted_2.pem`` - An RSA 2048 bit self-signed certificate containing a + name constraints extension with permitted elements that do not contain any + name constraints specific values. * ``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 |