diff options
author | michael-hart <michael.hart1994@gmail.com> | 2014-09-23 23:10:32 +0100 |
---|---|---|
committer | michael-hart <michael.hart1994@gmail.com> | 2014-09-26 18:40:26 +0100 |
commit | b45731b94d7a50b4b4ca39e6a571fc5c19f509b4 (patch) | |
tree | 56b9b08a8209bb5ca68298754e87cb46db3e8aeb /vectors | |
parent | 0520a2512d461b100ce1988ad094f76a219528b5 (diff) | |
download | cryptography-b45731b94d7a50b4b4ca39e6a571fc5c19f509b4.tar.gz cryptography-b45731b94d7a50b4b4ca39e6a571fc5c19f509b4.tar.bz2 cryptography-b45731b94d7a50b4b4ca39e6a571fc5c19f509b4.zip |
Part 1 of rebase, with corrections for pep8
Diffstat (limited to 'vectors')
-rw-r--r-- | vectors/cryptography_vectors/asymmetric/PEM_Serialization/README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vectors/cryptography_vectors/asymmetric/PEM_Serialization/README.txt b/vectors/cryptography_vectors/asymmetric/PEM_Serialization/README.txt index 6963d2b5..865fbc9e 100644 --- a/vectors/cryptography_vectors/asymmetric/PEM_Serialization/README.txt +++ b/vectors/cryptography_vectors/asymmetric/PEM_Serialization/README.txt @@ -3,13 +3,13 @@ Example test files for PEM Serialization Backend tests Contains 1. ec_private_key.pem - Contains an Elliptic Curve key generated using OpenSSL, from the curve secp256r1. -2. ec_private_key_encrypted.pem - Contains the same Elliptic Curve key as ec_private_key.pem, except that +2. 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 password "123456". 3. ec_public_key.pem - Contains the public key corresponding to ec_private_key.pem, generated using OpenSSL. 4. rsa_private_key.pem - Contains an RSA 2048 bit key generated using OpenSSL, protected by the secret "123456" with DES3 encryption. 5. rsa_public_key.pem - Contains an RSA 2048 bit public generated using OpenSSL from rsa_private_key.pem. 6. dsaparam.pem - Contains 2048-bit DSA parameters generated using OpenSSL; contains no keys. -7. dsa_private_key.pem - Contains a DSA 2048 bit key generated using OpenSSL from the parameters in +7. dsa_private_key.pem - Contains a DSA 2048 bit key generated using OpenSSL from the parameters in dsaparam.pem, protected by the secret "123456" with DES3 encryption. 8. dsa_public_key.pem - Contains a DSA 2048 bit key generated using OpenSSL from dsa_private_key.pem.
\ No newline at end of file |