From 62910cf47d48bdc586feb9987368e85f3f196fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 9 Apr 2024 23:00:36 +0200 Subject: [PATCH] compat.sh: include ssl3 in --list-test-cases 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/compat.sh b/tests/compat.sh index 03e7298c9..64c67cef0 100755 --- a/tests/compat.sh +++ b/tests/compat.sh @@ -138,6 +138,9 @@ list_test_cases() { EXCLUDE='^$' FILTER="" + # ssl3 is excluded by default, but it's still available + MODES="ssl3 $MODES" + for MODE in $MODES; do for TYPE in $TYPES; do # PSK cipher suites do not allow client certificate verification.