aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-04-03 08:40:50 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-04-03 08:40:50 -0500
commit8956b3a9364d3712ba4c37a476798e689f54cfa1 (patch)
treef19de0130438977fb3abd00c7463ae14f26c3270 /docs/development
parent43843a4369d2908aff72394c7161fccd793a35ef (diff)
parentc88bce554a2d8d3ef2d8ad951bb9a4305ce45400 (diff)
downloadcryptography-8956b3a9364d3712ba4c37a476798e689f54cfa1.tar.gz
cryptography-8956b3a9364d3712ba4c37a476798e689f54cfa1.tar.bz2
cryptography-8956b3a9364d3712ba4c37a476798e689f54cfa1.zip
Merge pull request #1813 from reaperhulk/add-keyusage-vector
add key usage vector with all 9 purposes set to true
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/test-vectors.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index e2b621c3..5353b1d2 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -132,6 +132,8 @@ Custom X.509 Vectors
a subject alternative name extension with the ``otherName`` general name.
* ``san_registered_id.pem`` - An RSA 1024 bit certificate containing a
subject alternative name extension with the ``registeredID`` general name.
+* ``all_key_usages.pem`` - An RSA 2048 bit self-signed certificate containing
+ a key usage extension with all nine purposes set to true.
Custom X.509 Request Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~