fix-tls13-server-min-version-check.txt: rephrase ChangeLog

Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
Yanray Wang 2023-12-08 10:38:13 +08:00
parent 90acdc65e5
commit e9be2a259e

View file

@ -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.