mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Added PSK NULL ciphers from RFC4785
This commit is contained in:
parent
b91c2b5782
commit
a1bf92ddb4
3 changed files with 35 additions and 2 deletions
|
|
@ -205,6 +205,8 @@ P_CIPHERS="$P_CIPHERS \
|
|||
TLS-DHE-PSK-WITH-3DES-EDE-CBC-SHA \
|
||||
TLS-DHE-PSK-WITH-AES-128-CBC-SHA \
|
||||
TLS-DHE-PSK-WITH-AES-256-CBC-SHA \
|
||||
TLS-PSK-WITH-NULL-SHA \
|
||||
TLS-DHE-PSK-WITH-NULL-SHA \
|
||||
"
|
||||
|
||||
for i in $P_CIPHERS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue