mbedtls/ChangeLog.d/fix-tls13-server-min-version-check.txt

5 lines
209 B
Plaintext
Raw Normal View History

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.