aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-01-17 22:20:01 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-01-17 22:20:01 -0600
commit6392b4bafc10ee1581716b635ea7d6ff9bbe3446 (patch)
tree39bea938db762abac157bba40f51de6873bf059e /docs/development
parent1207d15f19e31660eb65770dfa736bd52109ff10 (diff)
downloadcryptography-6392b4bafc10ee1581716b635ea7d6ff9bbe3446.tar.gz
cryptography-6392b4bafc10ee1581716b635ea7d6ff9bbe3446.tar.bz2
cryptography-6392b4bafc10ee1581716b635ea7d6ff9bbe3446.zip
add utf8 certificate
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/test-vectors.rst3
1 files changed, 3 insertions, 0 deletions
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
~~~~~~