mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
4d31496294
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
6 lines
254 B
Plaintext
6 lines
254 B
Plaintext
Features
|
|
* Add support for server-side TLS version negotiation. If both TLS 1.2 and
|
|
TLS 1.3 protocols are enabled, the TLS server now selects TLS 1.2 or
|
|
TLS 1.3 depending on the capabilities and preferences of TLS clients.
|
|
Fixes #6867.
|