diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-02-27 10:31:17 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-02-27 10:31:17 -0600 |
commit | 4a6e2de83c0ac347ae12b463e089295dd7038152 (patch) | |
tree | c902ad11119c33232ab39ba15e3ab16b69b88749 /docs/development | |
parent | af95980e394a27355531c9aad474d39253755f81 (diff) | |
download | cryptography-4a6e2de83c0ac347ae12b463e089295dd7038152.tar.gz cryptography-4a6e2de83c0ac347ae12b463e089295dd7038152.tar.bz2 cryptography-4a6e2de83c0ac347ae12b463e089295dd7038152.zip |
add another policy constraints test vector
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 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |