aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-01-17 21:26:28 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-01-17 21:26:28 -0600
commit2221720fb5b71646bf033b0212e0cf2d6fc8c51f (patch)
tree09598cacd20df63a77b1a5f260d69cd8b7d4f930 /docs
parent4f27959a58f7cc0a26a488fd2005fd9e69364092 (diff)
downloadcryptography-2221720fb5b71646bf033b0212e0cf2d6fc8c51f.tar.gz
cryptography-2221720fb5b71646bf033b0212e0cf2d6fc8c51f.tar.bz2
cryptography-2221720fb5b71646bf033b0212e0cf2d6fc8c51f.zip
add two custom certificates for x509 name parsing tests
Diffstat (limited to 'docs')
-rw-r--r--docs/development/test-vectors.rst4
1 files changed, 4 insertions, 0 deletions
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
~~~~~~