diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-21 09:55:30 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-21 09:55:30 -0400 |
commit | 80fa2a291ef391e7c52d035e444af85877789c15 (patch) | |
tree | 55ea97b84d06ad313662f51fce062771a8e6585d /docs/development | |
parent | cfe24523ce1ff3533c1f0e128aa89b6a1bea4c2c (diff) | |
parent | e0eafaa5de2018380e1c4c0ee10f99ff4a418ca5 (diff) | |
download | cryptography-80fa2a291ef391e7c52d035e444af85877789c15.tar.gz cryptography-80fa2a291ef391e7c52d035e444af85877789c15.tar.bz2 cryptography-80fa2a291ef391e7c52d035e444af85877789c15.zip |
Merge pull request #1766 from reaperhulk/x509-bc-vectors
Basic Constraints Certificate Vectors
Diffstat (limited to 'docs/development')
-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 d5e27519..1cffd89b 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -88,6 +88,8 @@ X.509 * ``verisign-md2-root.pem`` - A legacy Verisign public root signed using the MD2 algorithm. This is a PEM conversion of the `root data`_ in the NSS source tree. +* ``cryptography.io.pem`` - A leaf certificate issued by RapidSSL for the + cryptography website. Custom X.509 Vectors ~~~~~~~~~~~~~~~~~~~~ @@ -108,6 +110,11 @@ Custom X.509 Vectors * ``utf8_common_name.pem`` - An RSA 2048 bit self-signed CA certificate generated using OpenSSL that contains a UTF8String common name with the value "We heart UTF8!™". +* ``two_basic_constraints.pem`` - An RSA 2048 bit self-signed certificate + containing two basic constraints extensions. +* ``basic_constraints_not_critical.pem`` - An RSA 2048 bit self-signed + certificate containing a basic constraints extension that is not marked as + critical. Custom X.509 Request Vectors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |