From d930a3e9506d7bb0a25437210647ada3bdd882d6 Mon Sep 17 00:00:00 2001 From: Waleed Elmelegy Date: Thu, 22 Aug 2024 16:33:17 +0000 Subject: [PATCH] Reduce the wording in changelog entry Signed-off-by: Waleed Elmelegy --- ChangeLog.d/fix-legacy-compression-issue.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ChangeLog.d/fix-legacy-compression-issue.txt b/ChangeLog.d/fix-legacy-compression-issue.txt index 8b2fe23369..2549af8733 100644 --- a/ChangeLog.d/fix-legacy-compression-issue.txt +++ b/ChangeLog.d/fix-legacy-compression-issue.txt @@ -1,7 +1,6 @@ Bugfix - * Fix an issue where TLS 1.2 clients who send a ClientHello message with - legacy_compression_methods get a failure in connection because TLS 1.3 - is enabled by default and the server rejects the ClientHello packet as - malformed for TLS 1.3 in a way that stops the fallback to TLS 1.2. + * Fixes an issue where some TLS 1.2 clients could not connect to an + Mbed TLS 3.6.0 server, due to incorrect handling of + legacy_compression_methods in the ClientHello. fixes #8995, #9243.