diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2018-08-30 12:46:47 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2018-08-30 12:46:47 -0400 |
commit | ef3b38d2ac381ecce025bea6ec5a9388b0901360 (patch) | |
tree | 366ef9b85d85120e2854460b1020f8a41edf49c3 /docs | |
parent | b7114e96127863a8b28d79adaeba864b0c51a2b0 (diff) | |
download | cryptography-ef3b38d2ac381ecce025bea6ec5a9388b0901360.tar.gz cryptography-ef3b38d2ac381ecce025bea6ec5a9388b0901360.tar.bz2 cryptography-ef3b38d2ac381ecce025bea6ec5a9388b0901360.zip |
Added vector for pre-certificate poison extension (#4432)
Diffstat (limited to 'docs')
-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 5032c5f9..f82e00e3 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -159,6 +159,8 @@ X.509 cryptography website. * ``rapidssl_sha256_ca_g3.pem`` - The intermediate CA that issued the ``cryptography.io.pem`` certificate. +* ``cryptography.io.precert.pem`` - A pre-certificate with the CT poison + extension for the cryptography website. * ``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`_ |