mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-06 16:50:17 +01:00
5 lines
209 B
Plaintext
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.
|