diff --git a/ChangeLog.d/fix-tls13-server-min-version-check.txt b/ChangeLog.d/fix-tls13-server-min-version-check.txt index b05ad7c54..258ec6d38 100644 --- a/ChangeLog.d/fix-tls13-server-min-version-check.txt +++ b/ChangeLog.d/fix-tls13-server-min-version-check.txt @@ -1,4 +1,3 @@ Bugfix - * Add missing check for `min_tls_version` in TLS 1.3 server-side. - Without this, TLS 1.3 server may downgrade protocol to a TLS version - below its supported minimum TLS version. Fixes #8593. + * Fix TLS server accepting TLS 1.2 handshake while TLS 1.2 + is disabled at runtime. Fixes #8593.