diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-11-18 18:45:24 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-11-18 18:45:24 -0800 |
commit | 899c3ac3a2fc6f14e5bb65a21f5ef78ec43744e2 (patch) | |
tree | 5f1e5df2e9197a9274746a16f3133685a676b419 | |
parent | 70ed6cb30223a3c3bdb7edec9324f4c33867a07b (diff) | |
download | cryptography-899c3ac3a2fc6f14e5bb65a21f5ef78ec43744e2.tar.gz cryptography-899c3ac3a2fc6f14e5bb65a21f5ef78ec43744e2.tar.bz2 cryptography-899c3ac3a2fc6f14e5bb65a21f5ef78ec43744e2.zip |
Update docs
-rw-r--r-- | docs/development/test-vectors.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 8d046dad..6f6d9e62 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -30,7 +30,8 @@ Asymmetric ciphers * PKCS #8 PEM serialization vectors from * GnuTLS: `enc-rsa-pkcs8.pem`_, `enc2-rsa-pkcs8.pem`_, - `unenc-rsa-pkcs8.pem`_, `pkcs12_s2k_pem.c`_. + `unenc-rsa-pkcs8.pem`_, `pkcs12_s2k_pem.c`_. The contents of + `enc2-rsa-pkcs8.pem`_ was re-encrypted using a stronger PKCS#8 cipher. * `Botan's ECC private keys`_. Hashes @@ -107,7 +108,7 @@ Current custom vectors * ``ec_private_key.pem`` - Contains an Elliptic Curve key generated by OpenSSL from the curve ``secp256r1``. * ``ec_private_key_encrypted.pem`` - Contains the same Elliptic Curve key as - ``ec_private_key.pem``, except that it is encrypted with AES-256 with the + ``ec_private_key.pem``, except that it is encrypted with AES-128 with the password "123456". * ``ec_public_key.pem`` - Contains the public key corresponding to ``ec_private_key.pem``, generated using OpenSSL. |