1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Added PSK NULL ciphers from RFC4785

This commit is contained in:
Paul Bakker
2013-04-19 19:48:45 +02:00
parent b91c2b5782
commit a1bf92ddb4
3 changed files with 35 additions and 2 deletions

View File

@@ -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;