diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-02-27 13:34:24 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-02-27 13:34:24 -0500 |
commit | 6578182915568e35d8813d2ee697478b00f09145 (patch) | |
tree | 45fb0cb93ff3b12f7ad447616a488dffbea909ee /docs/development/test-vectors.rst | |
parent | 3f040c48c54463f688840051b976f44001c6c3f4 (diff) | |
parent | ae16b479987b3cf0f187ce32919f2879fc058663 (diff) | |
download | cryptography-6578182915568e35d8813d2ee697478b00f09145.tar.gz cryptography-6578182915568e35d8813d2ee697478b00f09145.tar.bz2 cryptography-6578182915568e35d8813d2ee697478b00f09145.zip |
Merge branch 'master' into policy-constraints-parse
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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |