aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-02-26 12:29:56 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2016-02-26 12:29:56 -0500
commit0ab8e9e1c6458053a049ac300726a4d606c29292 (patch)
tree80f6b560981941e347e5f2bc51db82baf8718ff3 /docs
parent90fab1bf918fee37d6d0e15a05cc00fc6d42c2dc (diff)
downloadcryptography-0ab8e9e1c6458053a049ac300726a4d606c29292.tar.gz
cryptography-0ab8e9e1c6458053a049ac300726a4d606c29292.tar.bz2
cryptography-0ab8e9e1c6458053a049ac300726a4d606c29292.zip
Document the vector
Diffstat (limited to 'docs')
-rw-r--r--docs/development/test-vectors.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index ad945f2f..d62fb93a 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -110,6 +110,9 @@ X.509
containing a SAN extension with an ``ediPartyName`` general name.
* ``san_x400address.der`` - A DSA certificate from a `Mozilla bug`_ containing
a SAN extension with an ``x400Address`` general name.
+* ``department-of-state-root.pem`` - The intermediary CA for the Department of
+ State, issued by the United States Federal Government's Common Policy CA.
+ Notably has a ``critical`` policy constraints extensions.
Custom X.509 Vectors
~~~~~~~~~~~~~~~~~~~~