aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-09-20 08:03:11 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2017-09-19 20:03:11 -0400
commitba7041596e428aff296555cacfce82a0cd62f5f9 (patch)
tree1a5b10b601ea39bf2f14ab44e07d9afbe4e1b52a /docs/development
parent872cdea547e55a85b23b1bbdf123a7505e7cd4a4 (diff)
downloadcryptography-ba7041596e428aff296555cacfce82a0cd62f5f9.tar.gz
cryptography-ba7041596e428aff296555cacfce82a0cd62f5f9.tar.bz2
cryptography-ba7041596e428aff296555cacfce82a0cd62f5f9.zip
add unique identifier test vector (#3925)
* add unique identifier test vector * wrap a line I didn't even touch...
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/test-vectors.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 332bc745..e27490d7 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -168,8 +168,10 @@ X.509
a basic constraints extension with CA set to false and a path length of zero
in violation of :rfc:`5280`.
* ``tls-feature-ocsp-staple.pem`` - A certificate issued by Let's Encrypt that
- contains a TLS Feature extension with the ``status_request`` feature (commonly
- known as OCSP Must-Staple).
+ contains a TLS Feature extension with the ``status_request`` feature
+ (commonly known as OCSP Must-Staple).
+* ``unique-identifier.pem`` - A certificate containing
+ a distinguished name with an ``x500UniqueIdentifier``.
Custom X.509 Vectors
~~~~~~~~~~~~~~~~~~~~