aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/test/ssl_test_lib.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2018-09-11 10:53:32 +0200
committerIngela Anderton Andin <[email protected]>2018-09-11 10:53:32 +0200
commit53b8f2bc723e7a9db8bb01b5c5a2292d12b30b14 (patch)
treef9cf7f85b45ebc937edcddc3508f632fc390e330 /lib/ssl/test/ssl_test_lib.erl
parentfd591b6f7bb681dd5335a67e66b1d0b8ecf2a76f (diff)
parentb7138087d757f3e4190af92386145a1d942b7b8b (diff)
downloadotp-53b8f2bc723e7a9db8bb01b5c5a2292d12b30b14.tar.gz
otp-53b8f2bc723e7a9db8bb01b5c5a2292d12b30b14.tar.bz2
otp-53b8f2bc723e7a9db8bb01b5c5a2292d12b30b14.zip
Merge branch 'ingela/ssl/psk-correction/OTP-15285' into maint
* ingela/ssl/psk-correction/OTP-15285: ssl: Correct handling of all PSK cipher suites
Diffstat (limited to 'lib/ssl/test/ssl_test_lib.erl')
-rw-r--r--lib/ssl/test/ssl_test_lib.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ssl/test/ssl_test_lib.erl b/lib/ssl/test/ssl_test_lib.erl
index 57877d4517..a391b52c1a 100644
--- a/lib/ssl/test/ssl_test_lib.erl
+++ b/lib/ssl/test/ssl_test_lib.erl
@@ -1325,7 +1325,9 @@ psk_anon_suites({3,_} = Version) ->
[{key_exchange,
fun(psk) ->
true;
- (psk_dhe) ->
+ (dhe_psk) ->
+ true;
+ (ecdhe_psk) ->
true;
(_) ->
false