diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-08-05 17:42:43 +0100 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-08-05 17:42:43 +0100 |
commit | 4113d5b8c62334584a3ce7a88b4c3a4e7729b7df (patch) | |
tree | ea90424318b4f2124506d00356af0c0b4e7459cf /docs/development | |
parent | 38748eb5c144cef79c2272f214c224b15aec818b (diff) | |
download | cryptography-4113d5b8c62334584a3ce7a88b4c3a4e7729b7df.tar.gz cryptography-4113d5b8c62334584a3ce7a88b4c3a4e7729b7df.tar.bz2 cryptography-4113d5b8c62334584a3ce7a88b4c3a4e7729b7df.zip |
add intermediate CA vector for future AuthorityKeyIdentifier testing
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index d400e662..1c84435b 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -102,6 +102,8 @@ X.509 tree. * ``cryptography.io.pem`` - A leaf certificate issued by RapidSSL for the cryptography website. +* ``rapidssl_sha256_ca_g3.pem`` - The intermediate CA that issued the + ``cryptography.io.pem`` certificate. * ``wildcard_san.pem`` - A leaf certificate issued by a public CA for ``langui.sh`` that contains wildcard entries in the SAN extension. * ``san_edipartyname.der`` - A DSA certificate from a `Mozilla bug`_ |