mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Deprecate mbedtls_ssl_conf_max_version() Replaced with mbedtls_ssl_conf_max_tls_version() Deprecate mbedtls_ssl_conf_min_version() Replaced with mbedtls_ssl_conf_min_tls_version() (PR feedback from @ronald-cron-arm) Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>