Make DSA_generate_parameters, and fix a couple of bug
[openssl.git] / ms / test.bat
index 9a54afe065fc17f8348969736227be5dd9979a02..3506a644f5909c143c697accfb900d9258be3e7d 100755 (executable)
@@ -135,6 +135,10 @@ echo test sslv2 via BIO pair
 ssltest -bio_pair -ssl2\r
 if errorlevel 1 goto done\r
 \r
+echo test sslv2/sslv3 with 1024 bit DHE via BIO pair\r
+ssltest -bio_pair -dhe1024 -v\r
+if errorlevel 1 goto done\r
+\r
 echo test sslv2 with server authentication via BIO pair\r
 ssltest -bio_pair -ssl2 -server_auth -CAfile cert.tmp\r
 if errorlevel 1 goto done\r