diff options
author | Rich Salz <rsalz@openssl.org> | 2015-04-20 07:23:04 -0400 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-04-20 07:23:04 -0400 |
commit | fec669388cbde9dea813209fbc3b88ac293db183 (patch) | |
tree | b48b27f9c9af5b128888b92f485cdb1233c96f44 /test/P2ss.cnf | |
parent | a0eed48d37a4b7beea0c966caf09ad46f4a92a44 (diff) | |
download | openssl-new-fec669388cbde9dea813209fbc3b88ac293db183.tar.gz |
Use 2K RSA and SHA256 in tests
Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'test/P2ss.cnf')
-rw-r--r-- | test/P2ss.cnf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/P2ss.cnf b/test/P2ss.cnf index 8b502321b8..d530e31f99 100644 --- a/test/P2ss.cnf +++ b/test/P2ss.cnf @@ -7,11 +7,11 @@ RANDFILE = ./.rnd #################################################################### [ req ] -default_bits = 1024 +default_bits = 2048 default_keyfile = keySS.pem distinguished_name = req_distinguished_name encrypt_rsa_key = no -default_md = md2 +default_md = sha256 [ req_distinguished_name ] countryName = Country Name (2 letter code) |