aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2017-08-13 19:10:46 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2017-08-13 19:10:46 +0900
commit23b5d39cfb0684bf159f4472a2a7851ead3ef252 (patch)
tree6dad4136d76c488f3a8529a1a3be8b5b6cb88741
parentbdec057318a35c1c8152f8dbe84c24e0da7523c4 (diff)
downloadportable-23b5d39cfb0684bf159f4472a2a7851ead3ef252.tar.gz
portable-23b5d39cfb0684bf159f4472a2a7851ead3ef252.tar.bz2
portable-23b5d39cfb0684bf159f4472a2a7851ead3ef252.zip
Remove NPN test coverage for Windows.
-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..."