diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-08-13 19:10:46 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-08-13 19:10:46 +0900 |
commit | 23b5d39cfb0684bf159f4472a2a7851ead3ef252 (patch) | |
tree | 6dad4136d76c488f3a8529a1a3be8b5b6cb88741 | |
parent | bdec057318a35c1c8152f8dbe84c24e0da7523c4 (diff) | |
download | portable-23b5d39cfb0684bf159f4472a2a7851ead3ef252.tar.gz portable-23b5d39cfb0684bf159f4472a2a7851ead3ef252.tar.bz2 portable-23b5d39cfb0684bf159f4472a2a7851ead3ef252.zip |
Remove NPN test coverage for Windows.
-rw-r--r-- | tests/testssl.bat | 12 |
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 | ||
126 | REM # | 126 | REM # |
127 | REM # Next Protocol Negotiation tests | ||
128 | REM # | ||
129 | echo "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 | |||
138 | REM # | ||
139 | REM # ALPN tests | 127 | REM # ALPN tests |
140 | REM # | 128 | REM # |
141 | echo "Testing ALPN..." | 129 | echo "Testing ALPN..." |