diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-18 18:26:08 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-18 18:26:08 -0400 |
commit | af89bb64b59f8352c6f9f2d48fbd6f98e7f18213 (patch) | |
tree | 13a7cdbfad66503fd891b10b4eecf0d64ae4df0e /docs/development | |
parent | 63d95d0973970c01dbfa8432055bc7e13acc1049 (diff) | |
parent | f85201830f737f2591622624a03df52bcb1c0f7e (diff) | |
download | cryptography-af89bb64b59f8352c6f9f2d48fbd6f98e7f18213.tar.gz cryptography-af89bb64b59f8352c6f9f2d48fbd6f98e7f18213.tar.bz2 cryptography-af89bb64b59f8352c6f9f2d48fbd6f98e7f18213.zip |
Merge branch 'master' into macstadium-travis
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 6f61a7ee..4c0063b5 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -217,6 +217,19 @@ Custom X.509 Request Vectors * ``san_rsa_sha1.pem`` and ``san_rsa_sha1.der`` - Contain a certificate request using RSA and SHA1 with a subject alternative name extension generated using OpenSSL. +* ``two_basic_constraints.pem`` - A certificate signing request + for a RSA 2048 bit key containing two basic constraints extensions. +* ``unsupported_extension.pem`` - A certificate signing request + for an RSA 2048 bit key containing containing an unsupported + extension type. The OID was encoded as "1.2.3.4" with an + ``extnValue`` of "value". +* ``unsupported_extension_critical.pem`` - A certificate signing + request for an RSA 2048 bit key containing containing an unsupported + extension type marked critical. The OID was encoded as "1.2.3.4" + with an ``extnValue`` of "value". +* ``basic_constraints.pem`` - A certificate signing request for a RSA + 2048 bit key containing a basic constraints extension marked as + critical. Hashes ~~~~~~ |