summaryrefslogtreecommitdiffstats
path: root/ms/test.bat
diff options
context:
space:
mode:
Diffstat (limited to 'ms/test.bat')
-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