From 899c3ac3a2fc6f14e5bb65a21f5ef78ec43744e2 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 18 Nov 2014 18:45:24 -0800 Subject: Update docs --- docs/development/test-vectors.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/development') 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. -- cgit v1.2.3