mbedtls/ChangeLog.d/fix-tls13-server-min-version-check.txt
Yanray Wang 631e6bd221 ChangeLog: add fix-tls13-server-min-version-check.txt
Signed-off-by: Yanray Wang <yanray.wang@arm.com>
2023-12-05 15:43:35 +08:00

5 lines
209 B
Plaintext

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.