From 63e1319d0fda2eb0d37e107ac58252f0d3dd0985 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 16 Sep 2008 15:14:55 +0000 Subject: [PATCH] FIPS merge of test changes: make sure key sizes are 1024 bits. --- test/.cvsignore | 5 +++++ test/CAss.cnf | 2 +- test/Uss.cnf | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/test/.cvsignore b/test/.cvsignore index 492d46f223..f7379970af 100644 --- a/test/.cvsignore +++ b/test/.cvsignore @@ -1,4 +1,9 @@ *test +fips_test_suite +fips_rngvs +fips_dssvs +fips_desmovs +fips_aesavs demoCA certCA.srl .rnd diff --git a/test/CAss.cnf b/test/CAss.cnf index 20f8f05e3d..546e660626 100644 --- a/test/CAss.cnf +++ b/test/CAss.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/Uss.cnf b/test/Uss.cnf index 0c0ebb5f67..98b2e054b7 100644 --- a/test/Uss.cnf +++ b/test/Uss.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