aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2017-08-13 08:54:38 -0500
committerBrent Cook <bcook@openbsd.org>2017-08-13 08:54:38 -0500
commit8f255707f0509f403152fdc3d3a29ac6f4b3ded0 (patch)
tree3b309d4bc20253ff6b38e02706b4c7ac4ed583a9 /tests
parent4c6097c220f15ea1efda22332dad66187e02a219 (diff)
parent23b5d39cfb0684bf159f4472a2a7851ead3ef252 (diff)
downloadportable-8f255707f0509f403152fdc3d3a29ac6f4b3ded0.tar.gz
portable-8f255707f0509f403152fdc3d3a29ac6f4b3ded0.tar.bz2
portable-8f255707f0509f403152fdc3d3a29ac6f4b3ded0.zip
Land #338, disable NPN tests
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..."