diff options
| author | jsing <> | 2014-07-11 10:45:17 +0000 |
|---|---|---|
| committer | jsing <> | 2014-07-11 10:45:17 +0000 |
| commit | 877dbf1b7978a1fd42bbdc7324c6ee582be13d98 (patch) | |
| tree | d92585a0d7ce27e68929a796cc8bbca0f17b4f3d /src/regress/lib/libssl/ssl/testssl | |
| parent | ab863cf376f94f7ff9d586936ffa7ed36dbf6d01 (diff) | |
| download | openbsd-877dbf1b7978a1fd42bbdc7324c6ee582be13d98.tar.gz openbsd-877dbf1b7978a1fd42bbdc7324c6ee582be13d98.tar.bz2 openbsd-877dbf1b7978a1fd42bbdc7324c6ee582be13d98.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 | # |
