diff options
author | Bodo Möller <bodo@openssl.org> | 2000-01-30 03:23:03 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2000-01-30 03:23:03 +0100 |
commit | a87030a1edf0e4c6d601895f810b2d0da84ee10a (patch) | |
tree | 398075a9540e68b2dc417a80ac83fe13e5253958 /ms | |
parent | Update docs. (diff) | |
download | openssl-a87030a1edf0e4c6d601895f810b2d0da84ee10a.tar.xz openssl-a87030a1edf0e4c6d601895f810b2d0da84ee10a.zip |
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-x | ms/test.bat | 4 |
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
|