Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.txt | D | 23-Nov-2023 | 1 KiB | 16 | 13 | |
dsa_private_key.pem | D | 23-Nov-2023 | 1.2 KiB | 24 | 22 | |
dsa_public_key.pem | D | 23-Nov-2023 | 1.2 KiB | 21 | 20 | |
dsaparam.pem | D | 23-Nov-2023 | 804 | 15 | 14 | |
ec_private_key.pem | D | 23-Nov-2023 | 227 | 6 | 5 | |
ec_private_key_encrypted.pem | D | 23-Nov-2023 | 314 | 9 | 7 | |
ec_public_key.pem | D | 23-Nov-2023 | 178 | 5 | 4 | |
rsa_private_key.pem | D | 23-Nov-2023 | 1.7 KiB | 31 | 29 | |
rsa_public_key.pem | D | 23-Nov-2023 | 451 | 10 | 9 |
README.txt
1Example test files for PEM Serialization Backend tests 2 3Contains 4 51. ec_private_key.pem - Contains an Elliptic Curve key generated using OpenSSL, from the curve secp256r1. 62. ec_private_key_encrypted.pem - Contains the same Elliptic Curve key as ec_private_key.pem, except that 7 it is encrypted with AES-256 with the password "123456". 83. ec_public_key.pem - Contains the public key corresponding to ec_private_key.pem, generated using OpenSSL. 94. rsa_private_key.pem - Contains an RSA 2048 bit key generated using OpenSSL, protected by the secret 10 "123456" with DES3 encryption. 115. rsa_public_key.pem - Contains an RSA 2048 bit public generated using OpenSSL from rsa_private_key.pem. 126. dsaparam.pem - Contains 2048-bit DSA parameters generated using OpenSSL; contains no keys. 137. dsa_private_key.pem - Contains a DSA 2048 bit key generated using OpenSSL from the parameters in 14 dsaparam.pem, protected by the secret "123456" with DES3 encryption. 158. dsa_public_key.pem - Contains a DSA 2048 bit key generated using OpenSSL from dsa_private_key.pem. 16