mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-10 15:40:30 +00:00
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.
|