summaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-01-30 02:23:03 +0000
committerBodo Möller <bodo@openssl.org>2000-01-30 02:23:03 +0000
commita87030a1edf0e4c6d601895f810b2d0da84ee10a (patch)
tree398075a9540e68b2dc417a80ac83fe13e5253958 /ms
parent15701211b57b63f1f91a9c3781ea91c019b1dc1d (diff)
Make DSA_generate_parameters, and fix a couple of bug
(including another problem in the s3_srvr.c state machine).
Diffstat (limited to 'ms')
-rwxr-xr-xms/test.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/ms/test.bat b/ms/test.bat
index 9a54afe065..3506a644f5 100755
--- a/ms/test.bat
+++ b/ms/test.bat
@@ -135,6 +135,10 @@ echo test sslv2 via BIO pair
ssltest -bio_pair -ssl2
if errorlevel 1 goto done
+echo test sslv2/sslv3 with 1024 bit DHE via BIO pair
+ssltest -bio_pair -dhe1024 -v
+if errorlevel 1 goto done
+
echo test sslv2 with server authentication via BIO pair
ssltest -bio_pair -ssl2 -server_auth -CAfile cert.tmp
if errorlevel 1 goto done