mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-01 04:20:45 +00:00
Changelog: list deprecations in the dedicated section
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
8df3623bee
commit
26a51cfe54
@ -1,6 +1,10 @@
|
|||||||
|
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
|
Features
|
||||||
* Unify internal/external TLS protocol version enums
|
* The new functions mbedtls_ssl_conf_max_tls_version() and
|
||||||
* Deprecate mbedtls_ssl_conf_max_version()
|
mbedtls_ssl_conf_min_tls_version() use a single value to specify
|
||||||
Replaced with mbedtls_ssl_conf_max_tls_version()
|
the protocol version.
|
||||||
* Deprecate mbedtls_ssl_conf_min_version()
|
|
||||||
Replaced with mbedtls_ssl_conf_min_tls_version()
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user