From 1d592cba5c0c6b8ca2db64718a05a0e01dd899d9 Mon Sep 17 00:00:00 2001 From: Joe Subbiani Date: Fri, 13 Aug 2021 12:30:28 +0100 Subject: [PATCH] Remove NULL-SHA256 specific to OpenSSL Instead add TLS-RSA-WITH-NULL-SHA256 to list of common ciphersuites. It therefore has to be removed from GnuTLS as it could then duplicate. Signed-off-by: Joe Subbiani --- tests/compat.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/compat.sh b/tests/compat.sh index 4e18fce2d2..dbd5e39009 100755 --- a/tests/compat.sh +++ b/tests/compat.sh @@ -313,8 +313,8 @@ add_common_ciphersuites() TLS-DHE-RSA-WITH-AES-256-GCM-SHA384 \ TLS-ECDHE-RSA-WITH-AES-128-GCM-SHA256 \ TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384 \ + TLS-RSA-WITH-NULL-SHA256 \ " - O_CIPHERS="$O_CIPHERS NULL-SHA256" fi ;; @@ -449,10 +449,6 @@ add_gnutls_ciphersuites() ;; "RSA") - if [ `minor_ver "$MODE"` -gt 0 ] - then - CIPHERS="$CIPHERS TLS-RSA-WITH-NULL-SHA256" - fi if [ `minor_ver "$MODE"` -ge 3 ] then CIPHERS="$CIPHERS \