summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-08-21 15:26:51 +0000
committerAndy Polyakov <appro@openssl.org>2007-08-21 15:26:51 +0000
commit4d27e3d339ea3e6bff22f96ef2f7b67dc25899d7 (patch)
treee2248fd11199d89af83b892fecc44c8a071a43fc
parent7d59e441cac3c8d6d48839e9f656284aa468be26 (diff)
Make tesfipsssl pass.FIPS_098_TEST_4
-rw-r--r--ssl/ssltest.c2
-rw-r--r--test/CAss.cnf2
-rw-r--r--test/Uss.cnf2
3 files changed, 3 insertions, 3 deletions
diff --git a/ssl/ssltest.c b/ssl/ssltest.c
index 1003f37080..82086d1718 100644
--- a/ssl/ssltest.c
+++ b/ssl/ssltest.c
@@ -413,7 +413,7 @@ int main(int argc, char *argv[])
long bytes=256L;
#ifndef OPENSSL_NO_DH
DH *dh;
- int dhe1024 = 0, dhe1024dsa = 0;
+ int dhe1024 = 1, dhe1024dsa = 0;
#endif
#ifndef OPENSSL_NO_ECDH
EC_KEY *ecdh = NULL;
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