test(psk): add new ciphers into test case

This commit is contained in:
firest 2022-12-08 12:03:57 +08:00
parent 04e544a01d
commit a01301a985
1 changed files with 4 additions and 1 deletions

View File

@ -74,7 +74,10 @@ do_emqtt_connect(Cipher) ->
psk_ciphers() -> psk_ciphers() ->
["RSA-PSK-AES256-GCM-SHA384","RSA-PSK-AES256-CBC-SHA384", ["RSA-PSK-AES256-GCM-SHA384","RSA-PSK-AES256-CBC-SHA384",
"RSA-PSK-AES128-GCM-SHA256","RSA-PSK-AES128-CBC-SHA256", "RSA-PSK-AES128-GCM-SHA256","RSA-PSK-AES128-CBC-SHA256",
"RSA-PSK-AES256-CBC-SHA","RSA-PSK-AES128-CBC-SHA"]. "RSA-PSK-AES256-CBC-SHA","RSA-PSK-AES128-CBC-SHA",
"PSK-AES256-GCM-SHA384","PSK-AES128-GCM-SHA256",
"PSK-AES256-CBC-SHA384","PSK-AES256-CBC-SHA",
"PSK-AES128-CBC-SHA256","PSK-AES128-CBC-SHA"].
ssl_opts(Cipher) -> ssl_opts(Cipher) ->
TlsFile = fun(Name) -> TlsFile = fun(Name) ->