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

Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
Yanray Wang 2023-12-05 15:34:49 +08:00
parent 3d82ffce5b
commit 631e6bd221

View File

@ -0,0 +1,4 @@
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.