diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-02 08:53:11 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-02 08:53:11 -0400 |
commit | 04311f9700630a4ef2d6fbf9b411188a743f52c7 (patch) | |
tree | 4ba76240bba6e67904e48ee9f280e08a66dc8f23 /docs/development | |
parent | 12953e390654ae5ea0195558a4f78cf2ae01cb8f (diff) | |
parent | 986e5fa40a7c844bd416e1020814ad2cf2a664c9 (diff) | |
download | cryptography-04311f9700630a4ef2d6fbf9b411188a743f52c7.tar.gz cryptography-04311f9700630a4ef2d6fbf9b411188a743f52c7.tar.bz2 cryptography-04311f9700630a4ef2d6fbf9b411188a743f52c7.zip |
Merge pull request #1886 from reaperhulk/eku-vectors
add an extended key usage x509 vector
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 622a9d70..e207551a 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -140,6 +140,8 @@ Custom X.509 Vectors 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. +* ``extended_key_usage.pem`` - An RSA 2048 bit self-signed certificate + containing an extended key usage extension with eight usages. * ``san_idna_names.pem`` - An RSA 2048 bit self-signed certificate containing a subject alternative name extension with ``rfc822Name``, ``dNSName``, and ``uniformResourceIdentifier`` general names with IDNA (:rfc:`5895`) encoding. |