diff options
| author | jsing <> | 2017-08-12 21:05:06 +0000 |
|---|---|---|
| committer | jsing <> | 2017-08-12 21:05:06 +0000 |
| commit | aa07f6851bbcb6c8ad4d78c02d2b5814864eaac1 (patch) | |
| tree | f078d672e19e7b9561bd25f00a984f5db2b36ab5 /src/regress/lib/libssl/ssl/testssl | |
| parent | 5378b10f3fbd644d16966a5c43da9325d98d8c64 (diff) | |
| download | openbsd-aa07f6851bbcb6c8ad4d78c02d2b5814864eaac1.tar.gz openbsd-aa07f6851bbcb6c8ad4d78c02d2b5814864eaac1.tar.bz2 openbsd-aa07f6851bbcb6c8ad4d78c02d2b5814864eaac1.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..." |
