blob: 75d2f0928ff3c1c823960a9978ac7d6f3e88776a [file] [log] [blame]
TRodziewicz28126052021-05-13 10:34:48 +02001Removals
Manuel Pégourié-Gonnard3b5a7c12021-06-07 11:13:34 +02002 * Remove support for TLS 1.0, TLS 1.1 and DTLS 1.0, as well as support for
3 CBC record splitting, fallback SCSV, and the ability to configure
4 ciphersuites per version, which are no longer relevant. This removes the
Manuel Pégourié-Gonnard13a97762021-06-07 12:00:04 +02005 configuration options MBEDTLS_SSL_PROTO_TLS1,
6 MBEDTLS_SSL_PROTO_TLS1_1, MBEDTLS_SSL_CBC_RECORD_SPLITTING and
7 MBEDTLS_SSL_FALLBACK_SCSV as well as the functions
TRodziewicz4ca18aa2021-05-20 14:46:20 +02008 mbedtls_ssl_conf_cbc_record_splitting(),
Manuel Pégourié-Gonnard3b5a7c12021-06-07 11:13:34 +02009 mbedtls_ssl_get_key_exchange_md_ssl_tls(), mbedtls_ssl_conf_fallback(),
Manuel Pégourié-Gonnard13a97762021-06-07 12:00:04 +020010 and mbedtls_ssl_conf_ciphersuites_for_version(). Fixes #4286.