diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-06-18 07:19:18 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-06-18 07:19:18 -0400 |
commit | c10c446ddec317e26c00f4556d14c0b72be63a96 (patch) | |
tree | 4c4cab00debbfbc102197edf47b01dfc03cbd9db /docs | |
parent | e8329a7f6ae9bffbc6bdc82ca8ba52bca4f7dc78 (diff) | |
parent | cf1109d85b72b313a0328a3f9529e2abdcff0f11 (diff) | |
download | cryptography-c10c446ddec317e26c00f4556d14c0b72be63a96.tar.gz cryptography-c10c446ddec317e26c00f4556d14c0b72be63a96.tar.bz2 cryptography-c10c446ddec317e26c00f4556d14c0b72be63a96.zip |
Merge pull request #2043 from reaperhulk/nc-vectors
add name constraints test vectors
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/test-vectors.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 5f0e198f..91699bc9 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -192,6 +192,13 @@ Custom X.509 Vectors * ``cdp_reason_aa_compromise.pem`` - An RSA 1024 bit certificate containing a CRL distribution points extension with the ``AACompromise`` ``reasons`` bit set. +* ``nc_permitted_excluded.pem`` - An RSA 2048 bit self-signed certificate + containing a name constraints extension with both permitted and excluded + elements. +* ``nc_permitted.pem`` - An RSA 2048 bit self-signed certificate containing a + name constraints extension with permitted elements. +* ``nc_excluded.pem`` - An RSA 2048 bit self-signed certificate containing a + name constraints extension with excluded elements. * ``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. |