aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/testssl.bat12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/testssl.bat b/tests/testssl.bat
index f164aeb..dbc162a 100644
--- a/tests/testssl.bat
+++ b/tests/testssl.bat
@@ -124,18 +124,6 @@ for %%p in ( SSLv3 ) do (
124) 124)
125 125
126REM # 126REM #
127REM # Next Protocol Negotiation tests
128REM #
129echo "Testing NPN..."
130%ssltest% -bio_pair -tls1 -npn_client & if !errorlevel! neq 0 exit /b 1
131%ssltest% -bio_pair -tls1 -npn_server & if !errorlevel! neq 0 exit /b 1
132%ssltest% -bio_pair -tls1 -npn_server_reject & if !errorlevel! neq 0 exit /b 1
133%ssltest% -bio_pair -tls1 -npn_client -npn_server_reject & if !errorlevel! neq 0 exit /b 1
134%ssltest% -bio_pair -tls1 -npn_client -npn_server & if !errorlevel! neq 0 exit /b 1
135%ssltest% -bio_pair -tls1 -npn_client -npn_server -num 2 & if !errorlevel! neq 0 exit /b 1
136%ssltest% -bio_pair -tls1 -npn_client -npn_server -num 2 -reuse & if !errorlevel! neq 0 exit /b 1
137
138REM #
139REM # ALPN tests 127REM # ALPN tests
140REM # 128REM #
141echo "Testing ALPN..." 129echo "Testing ALPN..."