From 8a2b36df5be258db32d05a0466554150d3fabfb2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 16 Mar 2020 14:53:14 +0100 Subject: DISABLED: disable test 323 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The test uses SRP to "a server not supporting it" but modern stunnel versions will silently accept it and remain happy. The test is therefore faulty. I haven't figured out how to make stunnel explicitly reject SRP-using connects. Reported-by: Marc Hörsken Fixes #5105 Closes #5113 --- tests/data/DISABLED | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 61bdf1351..9b3af1acf 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -28,3 +28,6 @@ 1901 1902 2033 +# Uses SRP to "a server not supporting it" but modern stunnel versions +# will silently accept it and remain happy +323 -- cgit v1.2.3