mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-09 15:40:19 +00:00
26a51cfe54
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
11 lines
369 B
Plaintext
11 lines
369 B
Plaintext
New deprecations
|
|
* Deprecate mbedtls_ssl_conf_max_version() and
|
|
mbedtls_ssl_conf_min_version() in favor of
|
|
mbedtls_ssl_conf_max_tls_version() and
|
|
mbedtls_ssl_conf_min_tls_version().
|
|
|
|
Features
|
|
* The new functions mbedtls_ssl_conf_max_tls_version() and
|
|
mbedtls_ssl_conf_min_tls_version() use a single value to specify
|
|
the protocol version.
|