X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=ms%2Ftest.bat;h=8f6919428324fb5ee213b9f9b4834e5bbf13f13f;hb=21023745e248c8e03273a063e0c99cbe86cb9cea;hp=a40f7478d7aa2ec213cb7d8dcee4cc403fec8b46;hpb=95d29597b7cc2ec3653811b1a659094b4831f96b;p=openssl.git diff --git a/ms/test.bat b/ms/test.bat index a40f7478d7..8f69194283 100755 --- a/ms/test.bat +++ b/ms/test.bat @@ -1,4 +1,4 @@ -@echo=off +@echo off set test=..\ms set opath=%PATH% @@ -7,8 +7,8 @@ set OPENSSL_CONF=..\apps\openssl.cnf rem run this from inside the bin directory -echo rsa_oaep_test -rsa_oaep_test +echo rsa_test +rsa_test if errorlevel 1 goto done echo destest @@ -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 -dhe1024dsa -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