From 773356295fde3573a532455e20a92331642993c0 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 17 Jun 2015 21:52:32 -0600 Subject: add x509 policy constraints test vectors --- docs/development/test-vectors.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/development/test-vectors.rst') diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 02cc122b..c9ee5dc1 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -205,6 +205,13 @@ Custom X.509 Vectors with no explicit text. * ``ocsp_nocheck.pem`` - An RSA 2048 bit self-signed certificate containing an ``OCSPNoCheck`` extension. +* ``pc_inhibit_require.pem`` - An RSA 2048 bit self-signed certificate + containing a policy constraints extension with both inhibit policy mapping + and require explicit policy elements. +* ``pc_inhibit.pem`` - An RSA 2048 bit self-signed certificate containing a + policy constraints extension with an inhibit policy mapping element. +* ``pc_require.pem`` - An RSA 2048 bit self-signed certificate containing a + policy constraints extension with a require explicit policy element. Custom X.509 Request Vectors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3