diff options
author | Brent Cook <bcook@openbsd.org> | 2017-08-13 08:54:38 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2017-08-13 08:54:38 -0500 |
commit | 8f255707f0509f403152fdc3d3a29ac6f4b3ded0 (patch) | |
tree | 3b309d4bc20253ff6b38e02706b4c7ac4ed583a9 /tests | |
parent | 4c6097c220f15ea1efda22332dad66187e02a219 (diff) | |
parent | 23b5d39cfb0684bf159f4472a2a7851ead3ef252 (diff) | |
download | portable-8f255707f0509f403152fdc3d3a29ac6f4b3ded0.tar.gz portable-8f255707f0509f403152fdc3d3a29ac6f4b3ded0.tar.bz2 portable-8f255707f0509f403152fdc3d3a29ac6f4b3ded0.zip |
Land #338, disable NPN tests
Diffstat (limited to 'tests')
-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..." |