diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-02-27 13:34:04 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-02-27 13:34:04 -0500 |
commit | ae16b479987b3cf0f187ce32919f2879fc058663 (patch) | |
tree | c902ad11119c33232ab39ba15e3ab16b69b88749 /docs/development/test-vectors.rst | |
parent | af95980e394a27355531c9aad474d39253755f81 (diff) | |
parent | 4a6e2de83c0ac347ae12b463e089295dd7038152 (diff) | |
download | cryptography-ae16b479987b3cf0f187ce32919f2879fc058663.tar.gz cryptography-ae16b479987b3cf0f187ce32919f2879fc058663.tar.bz2 cryptography-ae16b479987b3cf0f187ce32919f2879fc058663.zip |
Merge pull request #2740 from reaperhulk/pc-vector
add another policy constraints test vector
Diffstat (limited to 'docs/development/test-vectors.rst')
-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 d62fb93a..4d284197 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -263,6 +263,8 @@ Custom X.509 Vectors policy constraints extension with a require explicit policy element. * ``unsupported_subject_public_key_info.pem`` - A certificate whose public key is an unknown OID (``1.3.6.1.4.1.8432.1.1.2``). +* ``policy_constraints_explicit.pem`` - A self-signed certificate containing + a ``policyConstraints`` extension with a ``requireExplicitPolicy`` value. Custom X.509 Request Vectors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |