diff options
author | Andre Caron <andre.l.caron@gmail.com> | 2015-05-16 22:16:44 -0400 |
---|---|---|
committer | Andre Caron <andre.l.caron@gmail.com> | 2015-05-16 22:17:03 -0400 |
commit | c97ca7e85ac0c382358f4a26b6f93fb2562e5673 (patch) | |
tree | 152dfb130c613754310cbe9d7b230b55265c163c /docs/development | |
parent | 36ab5b9bf6fb7f35d612fad7bb517775afc8ef1c (diff) | |
download | cryptography-c97ca7e85ac0c382358f4a26b6f93fb2562e5673.tar.gz cryptography-c97ca7e85ac0c382358f4a26b6f93fb2562e5673.tar.bz2 cryptography-c97ca7e85ac0c382358f4a26b6f93fb2562e5673.zip |
Adds new CSR test vector.
Diffstat (limited to 'docs/development')
-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 ~~~~~~ |