blob: 529083e259c8cd496025643c4c51bdbfca732c59 [file] [log] [blame]
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.