From 636b5f10dac824d22c6abf7c5c420467a513fc5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 14 Apr 2022 09:21:56 +0200 Subject: [PATCH] Add comment in compat.sh about callers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- tests/compat.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/compat.sh b/tests/compat.sh index dddf2abdb..d68121712 100755 --- a/tests/compat.sh +++ b/tests/compat.sh @@ -67,12 +67,15 @@ else fi # default values for options +# /!\ keep this synchronised with: +# - basic-build-test.sh +# - all.sh (multiple components) MODES="tls12 dtls12" VERIFIES="NO YES" TYPES="ECDSA RSA PSK" FILTER="" -# exclude: -# - NULL: excluded from our default config +# By default, exclude: +# - NULL: excluded from our default config + requires OpenSSL legacy # - ARIA: requires OpenSSL >= 1.1.1 # - ChachaPoly: requires OpenSSL >= 1.1.0 EXCLUDE='NULL\|ARIA\|CHACHA20-POLY1305'