mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-06 07:10:41 +00:00
bf918b9cfe
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
11 lines
370 B
Plaintext
11 lines
370 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
|
|
* Add functions mbedtls_ssl_conf_max_tls_version() and
|
|
mbedtls_ssl_conf_min_tls_version() that use a single value to specify
|
|
the protocol version.
|