diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-17 12:25:40 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-17 12:25:40 -0400 |
commit | 4825b9ed835866b50a0cc3feb9fad9bc81d57ec1 (patch) | |
tree | 152dfb130c613754310cbe9d7b230b55265c163c /docs/development/test-vectors.rst | |
parent | ad9d46ee7f9a7f74ee9a0345fe1c60fb8c49dcaf (diff) | |
parent | c97ca7e85ac0c382358f4a26b6f93fb2562e5673 (diff) | |
download | cryptography-4825b9ed835866b50a0cc3feb9fad9bc81d57ec1.tar.gz cryptography-4825b9ed835866b50a0cc3feb9fad9bc81d57ec1.tar.bz2 cryptography-4825b9ed835866b50a0cc3feb9fad9bc81d57ec1.zip |
Merge pull request #1967 from reaperhulk/csr-bc
Adds new CSR test vector
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r-- | docs/development/test-vectors.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 9395202f..4c0063b5 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -227,6 +227,9 @@ Custom X.509 Request Vectors 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 ~~~~~~ |