OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Andy
Polyakov
Root: /v/openssl/cvs Email: appro openssl.org
Module: openssl Date:
21-Aug-2007 17:26:52
Branch: OpenSSL-fips-0_9_8-stable Handle:
2007082116265100
Modified files: (Branch:
OpenSSL-fips-0_9_8-stable)
openssl/ssl ssltest.c
openssl/test CAss.cnf Uss.cnf
Log:
Make tesfipsssl pass.
Summary:
Revision Changes Path
1.95.2.9.2.2+1 -1 openssl/ssl/ssltest.c
1.3.4.1 +1 -1 openssl/test/CAss.cnf
1.2.4.1 +1 -1 openssl/test/Uss.cnf
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/ssl/ssltest.c
============================================================
================
$ cvs diff -u -r1.95.2.9.2.1 -r1.95.2.9.2.2 ssltest.c
--- openssl/ssl/ssltest.c 22 Mar 2007 00:39:15
-0000 1.95.2.9.2.1
+++ openssl/ssl/ssltest.c 21 Aug 2007 15:26:51
-0000 1.95.2.9.2.2
 -413,7 +413,7 
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;
 .
patch -p0 <<' .'
Index: openssl/test/CAss.cnf
============================================================
================
$ cvs diff -u -r1.3 -r1.3.4.1 CAss.cnf
--- openssl/test/CAss.cnf 28 Dec 2004 00:21:34 -0000 1.3
+++ openssl/test/CAss.cnf 21 Aug 2007 15:26:51
-0000 1.3.4.1
 -7,7 +7,7 
############################################################
########
[ req ]
-default_bits = 512
+default_bits = 1024
default_keyfile = keySS.pem
distinguished_name = req_distinguished_name
encrypt_rsa_key = no
 .
patch -p0 <<' .'
Index: openssl/test/Uss.cnf
============================================================
================
$ cvs diff -u -r1.2 -r1.2.4.1 Uss.cnf
--- openssl/test/Uss.cnf 28 Dec 2004 00:21:34 -0000 1.2
+++ openssl/test/Uss.cnf 21 Aug 2007 15:26:51
-0000 1.2.4.1
 -7,7 +7,7 
############################################################
########
[ req ]
-default_bits = 512
+default_bits = 1024
default_keyfile = keySS.pem
distinguished_name = req_distinguished_name
encrypt_rsa_key = no
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|