From e301813da44e0d2830be1c38a38aa89fbe9ba4c6 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Thu, 7 Mar 2024 09:01:19 +0100 Subject: [PATCH] Improve change log Signed-off-by: Ronald Cron --- ChangeLog.d/tls13-only-server-infinite-loop.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ChangeLog.d/tls13-only-server-infinite-loop.txt b/ChangeLog.d/tls13-only-server-infinite-loop.txt index 4e54b2be15..7232242c81 100644 --- a/ChangeLog.d/tls13-only-server-infinite-loop.txt +++ b/ChangeLog.d/tls13-only-server-infinite-loop.txt @@ -1,6 +1,5 @@ Security - * Fixed a critical denial of service in TLS 1.3 only server (TLS 1.2 support - disabled at build time): a TLS client could put the TLS 1.3 only server in - a infinite loop processing a TLS 1.2 ClientHello. The default - configuration is not affected. Reported by Matthias Mucha and Thomas - Blattmann, SICK AG. + * Fixed a denial of service in TLS 1.3-only server (TLS 1.2 support + disabled at build time): a TLS client could put the TLS 1.3-only server in + an infinite loop processing a TLS 1.2 ClientHello. Reported by Matthias + Mucha and Thomas Blattmann, SICK AG.