2021-05-13 10:34:48 +02:00
|
|
|
Removals
|
2021-06-07 11:13:34 +02:00
|
|
|
* Remove support for TLS 1.0, TLS 1.1 and DTLS 1.0, as well as support for
|
|
|
|
CBC record splitting, fallback SCSV, and the ability to configure
|
|
|
|
ciphersuites per version, which are no longer relevant. This removes the
|
2021-06-07 12:00:04 +02:00
|
|
|
configuration options MBEDTLS_SSL_PROTO_TLS1,
|
|
|
|
MBEDTLS_SSL_PROTO_TLS1_1, MBEDTLS_SSL_CBC_RECORD_SPLITTING and
|
|
|
|
MBEDTLS_SSL_FALLBACK_SCSV as well as the functions
|
2021-05-20 14:46:20 +02:00
|
|
|
mbedtls_ssl_conf_cbc_record_splitting(),
|
2021-06-07 11:13:34 +02:00
|
|
|
mbedtls_ssl_get_key_exchange_md_ssl_tls(), mbedtls_ssl_conf_fallback(),
|
2021-06-07 12:00:04 +02:00
|
|
|
and mbedtls_ssl_conf_ciphersuites_for_version(). Fixes #4286.
|