From 2221720fb5b71646bf033b0212e0cf2d6fc8c51f Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 17 Jan 2015 21:26:28 -0600 Subject: add two custom certificates for x509 name parsing tests --- docs/development/test-vectors.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/development/test-vectors.rst') diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 2edf1fbb..5d6a32e9 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -92,6 +92,10 @@ Custom X.509 Vectors generated using OpenSSL. * ``ec_no_named_curve.pem`` - Contains an ECDSA certificate that does not have an embedded OID defining the curve. +* ``all_supported_names.pem`` - An RSA 2048 bit certificate generated using + OpenSSL that contains a subject and issuer that have two of each supported + attribute type from :rfc:`5280`. +* ``unsupported_subject_name.pem`` - An RSA 2048 bit self-signed CA certificate generated using OpenSSL that contains the unsupported "initials" name. Hashes ~~~~~~ -- cgit v1.2.3 From 1207d15f19e31660eb65770dfa736bd52109ff10 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 17 Jan 2015 21:31:42 -0600 Subject: wrap a thing --- docs/development/test-vectors.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/development/test-vectors.rst') diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 5d6a32e9..aaf03f0c 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -95,7 +95,8 @@ Custom X.509 Vectors * ``all_supported_names.pem`` - An RSA 2048 bit certificate generated using OpenSSL that contains a subject and issuer that have two of each supported attribute type from :rfc:`5280`. -* ``unsupported_subject_name.pem`` - An RSA 2048 bit self-signed CA certificate generated using OpenSSL that contains the unsupported "initials" name. +* ``unsupported_subject_name.pem`` - An RSA 2048 bit self-signed CA certificate + generated using OpenSSL that contains the unsupported "initials" name. Hashes ~~~~~~ -- cgit v1.2.3 From 6392b4bafc10ee1581716b635ea7d6ff9bbe3446 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 17 Jan 2015 22:20:01 -0600 Subject: add utf8 certificate --- docs/development/test-vectors.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/development/test-vectors.rst') diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index aaf03f0c..4c048abf 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -97,6 +97,9 @@ Custom X.509 Vectors attribute type from :rfc:`5280`. * ``unsupported_subject_name.pem`` - An RSA 2048 bit self-signed CA certificate generated using OpenSSL that contains the unsupported "initials" name. +* ``utf8_common_name.pem`` - An RSA 2048 bit self-signed CA certificate + generated using OpenSSL that contains a UTF8String common name with the value + "We heart UTF8!™". Hashes ~~~~~~ -- cgit v1.2.3