From 7e0a5183dbda6b3d8c0e52d864744ca0b01d11d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Sun, 13 Jul 2014 15:01:22 +0200 Subject: [PATCH] Add a missing suite to compat.sh --- tests/compat.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/compat.sh b/tests/compat.sh index 3ccd04387..5fe965b51 100755 --- a/tests/compat.sh +++ b/tests/compat.sh @@ -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" ];