summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-10-12 21:55:42 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-10-12 21:55:42 +0000
commit81a071df2f176e6b2f6147e451343831955ab5ed (patch)
treed42e41d894c37489358ac12cf2eac0092337d84c /test
parent6841abe842cd2ae2a79381fa086ad54bbfe01b3a (diff)
increase test RSA key size to 1024 bits
Diffstat (limited to 'test')
-rw-r--r--test/P1ss.cnf2
-rw-r--r--test/P2ss.cnf2
-rw-r--r--test/test.cnf2
3 files changed, 3 insertions, 3 deletions
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