From a032963d65f025205cc72406e8b813021e8e18d6 Mon Sep 17 00:00:00 2001 From: Joe Subbiani Date: Tue, 27 Jul 2021 15:40:12 +0100 Subject: [PATCH] Modify comment descriptions of add_xxx_ciphersuites() Modify the comments to include the use of the translate function and retire the explanation of maintaining 2 seperate lists Signed-off-by: Joe Subbiani --- tests/compat.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/tests/compat.sh b/tests/compat.sh index 8e0988e99..ffad4ec4f 100755 --- a/tests/compat.sh +++ b/tests/compat.sh @@ -328,8 +328,10 @@ add_common_ciphersuites() } # Ciphersuites usable only with Mbed TLS and OpenSSL -# Each ciphersuite should appear two times, once with its OpenSSL name, once -# with its Mbed TLS name. +# Each ciphersuite is compiled case by case in the MBedTLS standard, and +# is appended to the list of MBedTLS ciphersuites $M_CIPHERS. The same list +# is translated to the OpenSSL naming standard and appended to the list of +# OpenSSL ciphersuites $O_CIPHERS # # NOTE: for some reason RSA-PSK doesn't work with OpenSSL, # so RSA-PSK ciphersuites need to go in other sections, see @@ -409,8 +411,10 @@ add_openssl_ciphersuites() } # Ciphersuites usable only with Mbed TLS and GnuTLS -# Each ciphersuite should appear two times, once with its GnuTLS name, once -# with its Mbed TLS name. +# Each ciphersuite is compiled case by case in the MBedTLS standard, and +# is appended to the list of MBedTLS ciphersuites $M_CIPHERS. The same list +# is translated to the GnuTLS naming standard and appended to the list of +# GnuTLS ciphersuites $G_CIPHERS add_gnutls_ciphersuites() { CIPHERS=""