diff options
author | jsing <> | 2017-08-12 21:05:06 +0000 |
---|---|---|
committer | jsing <> | 2017-08-12 21:05:06 +0000 |
commit | 8bf5f970305d128e9bff3306420305d1a510a83f (patch) | |
tree | f078d672e19e7b9561bd25f00a984f5db2b36ab5 /src/regress/lib/libssl/ssl/testssl | |
parent | f5ab0b8eff0fa56ebb9269ebd0025de4de12c7b1 (diff) | |
download | openbsd-8bf5f970305d128e9bff3306420305d1a510a83f.tar.gz openbsd-8bf5f970305d128e9bff3306420305d1a510a83f.tar.bz2 openbsd-8bf5f970305d128e9bff3306420305d1a510a83f.zip |
Remove NPN test coverage.
Diffstat (limited to 'src/regress/lib/libssl/ssl/testssl')
-rw-r--r-- | src/regress/lib/libssl/ssl/testssl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/regress/lib/libssl/ssl/testssl b/src/regress/lib/libssl/ssl/testssl index f156001456..3563d13607 100644 --- a/src/regress/lib/libssl/ssl/testssl +++ b/src/regress/lib/libssl/ssl/testssl | |||
@@ -119,18 +119,6 @@ for protocol in SSLv3; do | |||
119 | done | 119 | done |
120 | 120 | ||
121 | # | 121 | # |
122 | # Next Protocol Negotiation tests | ||
123 | # | ||
124 | echo "Testing NPN..." | ||
125 | $ssltest -bio_pair -tls1 -npn_client || exit 1 | ||
126 | $ssltest -bio_pair -tls1 -npn_server || exit 1 | ||
127 | $ssltest -bio_pair -tls1 -npn_server_reject || exit 1 | ||
128 | $ssltest -bio_pair -tls1 -npn_client -npn_server_reject || exit 1 | ||
129 | $ssltest -bio_pair -tls1 -npn_client -npn_server || exit 1 | ||
130 | $ssltest -bio_pair -tls1 -npn_client -npn_server -num 2 || exit 1 | ||
131 | $ssltest -bio_pair -tls1 -npn_client -npn_server -num 2 -reuse || exit 1 | ||
132 | |||
133 | # | ||
134 | # ALPN tests | 122 | # ALPN tests |
135 | # | 123 | # |
136 | echo "Testing ALPN..." | 124 | echo "Testing ALPN..." |