diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-02-26 15:49:59 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-02-26 15:49:59 -0600 |
commit | cce46b1c88d1d0aed63540a7bce309863c0f4f41 (patch) | |
tree | 80f6b560981941e347e5f2bc51db82baf8718ff3 /docs/development | |
parent | eefc01ff04be97a7430133536ed5fbad893717fa (diff) | |
parent | 0ab8e9e1c6458053a049ac300726a4d606c29292 (diff) | |
download | cryptography-cce46b1c88d1d0aed63540a7bce309863c0f4f41.tar.gz cryptography-cce46b1c88d1d0aed63540a7bce309863c0f4f41.tar.bz2 cryptography-cce46b1c88d1d0aed63540a7bce309863c0f4f41.zip |
Merge pull request #2734 from alex/policy-constraint-vector
Added the department of state root, which has a policyConstraints ext…
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 3 |
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 ~~~~~~~~~~~~~~~~~~~~ |