1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Improve change log

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron
2024-03-07 09:01:19 +01:00
parent 130bfe7799
commit e301813da4

View File

@@ -1,6 +1,5 @@
Security Security
* Fixed a critical denial of service in TLS 1.3 only server (TLS 1.2 support * 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 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 an infinite loop processing a TLS 1.2 ClientHello. Reported by Matthias
configuration is not affected. Reported by Matthias Mucha and Thomas Mucha and Thomas Blattmann, SICK AG.
Blattmann, SICK AG.