From: Dr. Stephen Henson Date: Wed, 12 Oct 2011 21:55:42 +0000 (+0000) Subject: increase test RSA key size to 1024 bits X-Git-Tag: OpenSSL_1_0_1-beta1~123 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=81a071df2f176e6b2f6147e451343831955ab5ed;p=oweals%2Fopenssl.git increase test RSA key size to 1024 bits --- diff --git a/test/P1ss.cnf b/test/P1ss.cnf index 876a0d35f8..326cce2ba8 100644 --- a/test/P1ss.cnf +++ b/test/P1ss.cnf @@ -7,7 +7,7 @@ RANDFILE = ./.rnd #################################################################### [ req ] -default_bits = 512 +default_bits = 1024 default_keyfile = keySS.pem distinguished_name = req_distinguished_name encrypt_rsa_key = no diff --git a/test/P2ss.cnf b/test/P2ss.cnf index 373a87e7c2..8b502321b8 100644 --- a/test/P2ss.cnf +++ b/test/P2ss.cnf @@ -7,7 +7,7 @@ RANDFILE = ./.rnd #################################################################### [ req ] -default_bits = 512 +default_bits = 1024 default_keyfile = keySS.pem distinguished_name = req_distinguished_name encrypt_rsa_key = no 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