mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-09 03:04:24 +02:00
Updated description in the ChangeLog
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
Removals
|
||||
* Remove MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT. Now only the
|
||||
standard version (defined in RFC 9146) of DTLS connection ID is supported.
|
||||
* Remove mbedtls_ssl_conf_max/min_version(), this has been replaced with
|
||||
mbedtls_ssl_conf_max/min_tls_version() and removed the constants
|
||||
MBEDTLS_SSL_MAJOR_VERSION_3, MBEDTLS_SSL_MINOR_VERSION_3
|
||||
MBEDTLS_SSL_MINOR_VERSION_4.
|
||||
* Remove mbedtls_ssl_conf_min_version(), mbedtls_ssl_conf_max_version(), and
|
||||
the associated constants MBEDTLS_SSL_MAJOR_VERSION_x and
|
||||
MBEDTLS_SSL_MINOR_VERSION_y. Use mbedtls_ssl_conf_min_tls_version() and
|
||||
mbedtls_ssl_conf_max_tls_version() with MBEDTLS_SSL_VERSION_TLS1_y instead.
|
||||
Note that the new names of the new constants use the TLS protocol versions,
|
||||
unlike the old constants whose names are based on internal encodings.
|
||||
* Remove mbedtls_ssl_conf_sig_hashes
|
||||
|
||||
Reference in New Issue
Block a user