diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-10-12 21:55:03 +0000 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-10-12 21:55:03 +0000 |
commit | 35882b60d85801fae2f7283120ccd8d588705a23 (patch) | |
tree | 362f9fa838708f5d03b0b21afad44855818a72e8 /test/test.cnf | |
parent | ce01482e0f3b64e88eaeb4c2c4357b42351a9efe (diff) | |
download | openssl-new-35882b60d85801fae2f7283120ccd8d588705a23.tar.gz |
increase test RSA key size to 1024 bits
Diffstat (limited to 'test/test.cnf')
-rw-r--r-- | test/test.cnf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.cnf b/test/test.cnf index faad3914a8..10834442a1 100644 --- a/test/test.cnf +++ b/test/test.cnf @@ -56,7 +56,7 @@ emailAddress = optional #################################################################### [ req ] -default_bits = 512 +default_bits = 1024 default_keyfile = testkey.pem distinguished_name = req_distinguished_name encrypt_rsa_key = no |