diff options
author | jsing <> | 2014-07-11 10:45:17 +0000 |
---|---|---|
committer | jsing <> | 2014-07-11 10:45:17 +0000 |
commit | 8b5f82e7321e0a687676af525e7afe4e5b56af9c (patch) | |
tree | d92585a0d7ce27e68929a796cc8bbca0f17b4f3d /src/regress/lib/libssl/ssl/testssl | |
parent | 66d0ff62fdd99d195677430d488c48cc20306840 (diff) | |
download | openbsd-8b5f82e7321e0a687676af525e7afe4e5b56af9c.tar.gz openbsd-8b5f82e7321e0a687676af525e7afe4e5b56af9c.tar.bz2 openbsd-8b5f82e7321e0a687676af525e7afe4e5b56af9c.zip |
Remove PSK from the ssl regress.
Diffstat (limited to 'src/regress/lib/libssl/ssl/testssl')
-rw-r--r-- | src/regress/lib/libssl/ssl/testssl | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/regress/lib/libssl/ssl/testssl b/src/regress/lib/libssl/ssl/testssl index 80f3a1c511..a4fa4112df 100644 --- a/src/regress/lib/libssl/ssl/testssl +++ b/src/regress/lib/libssl/ssl/testssl | |||
@@ -142,22 +142,6 @@ fi | |||
142 | # fi | 142 | # fi |
143 | #fi | 143 | #fi |
144 | 144 | ||
145 | echo test tls1 with PSK | ||
146 | $ssltest -tls1 -cipher PSK -psk abc123 $extra || exit 1 | ||
147 | |||
148 | echo test tls1 with PSK via BIO pair | ||
149 | $ssltest -bio_pair -tls1 -cipher PSK -psk abc123 $extra || exit 1 | ||
150 | |||
151 | if openssl no-srp; then | ||
152 | echo skipping SRP tests | ||
153 | else | ||
154 | echo test tls1 with SRP | ||
155 | $ssltest -tls1 -cipher SRP -srpuser test -srppass abc123 | ||
156 | |||
157 | echo test tls1 with SRP via BIO pair | ||
158 | $ssltest -bio_pair -tls1 -cipher SRP -srpuser test -srppass abc123 | ||
159 | fi | ||
160 | |||
161 | # | 145 | # |
162 | # DTLS | 146 | # DTLS |
163 | # | 147 | # |