FIPS merge of test changes: make sure key sizes are 1024 bits.
This commit is contained in:
parent
8067d34b3a
commit
63e1319d0f
3 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
|||
*test
|
||||
fips_test_suite
|
||||
fips_rngvs
|
||||
fips_dssvs
|
||||
fips_desmovs
|
||||
fips_aesavs
|
||||
demoCA
|
||||
certCA.srl
|
||||
.rnd
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue