diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-01-18 00:05:30 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-01-18 00:05:30 -0500 |
commit | 2ca4a77d99960d225cd1b81d8ae6b8b1b14eda5f (patch) | |
tree | 39bea938db762abac157bba40f51de6873bf059e /docs/development/test-vectors.rst | |
parent | 4f27959a58f7cc0a26a488fd2005fd9e69364092 (diff) | |
parent | 6392b4bafc10ee1581716b635ea7d6ff9bbe3446 (diff) | |
download | cryptography-2ca4a77d99960d225cd1b81d8ae6b8b1b14eda5f.tar.gz cryptography-2ca4a77d99960d225cd1b81d8ae6b8b1b14eda5f.tar.bz2 cryptography-2ca4a77d99960d225cd1b81d8ae6b8b1b14eda5f.zip |
Merge pull request #1632 from reaperhulk/add-new-x509-certs
add two custom certificates for x509 name parsing tests
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r-- | docs/development/test-vectors.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 2edf1fbb..4c048abf 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -92,6 +92,14 @@ 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. +* ``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 ~~~~~~ |