Add a missing suite to compat.sh
This commit is contained in:
parent
8d4ad07706
commit
7e0a5183db
1 changed files with 2 additions and 0 deletions
|
@ -464,6 +464,7 @@ add_gnutls_ciphersuites()
|
|||
TLS-RSA-PSK-WITH-3DES-EDE-CBC-SHA \
|
||||
TLS-RSA-PSK-WITH-AES-256-CBC-SHA \
|
||||
TLS-RSA-PSK-WITH-AES-128-CBC-SHA \
|
||||
TLS-RSA-PSK-WITH-NULL-SHA \
|
||||
"
|
||||
G_CIPHERS="$G_CIPHERS \
|
||||
+ECDHE-PSK:+AES-256-CBC:+SHA1 \
|
||||
|
@ -475,6 +476,7 @@ add_gnutls_ciphersuites()
|
|||
+RSA-PSK:+3DES-CBC:+SHA1 \
|
||||
+RSA-PSK:+AES-256-CBC:+SHA1 \
|
||||
+RSA-PSK:+AES-128-CBC:+SHA1 \
|
||||
+RSA-PSK:+NULL:+SHA1 \
|
||||
"
|
||||
fi
|
||||
if [ "$MODE" = "tls1_2" ];
|
||||
|
|
Loading…
Reference in a new issue