TRodziewicz | 2812605 | 2021-05-13 10:34:48 +0200 | [diff] [blame] | 1 | Removals |
Manuel Pégourié-Gonnard | 3b5a7c1 | 2021-06-07 11:13:34 +0200 | [diff] [blame] | 2 | * 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é-Gonnard | 13a9776 | 2021-06-07 12:00:04 +0200 | [diff] [blame] | 5 | 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 |
TRodziewicz | 4ca18aa | 2021-05-20 14:46:20 +0200 | [diff] [blame] | 8 | mbedtls_ssl_conf_cbc_record_splitting(), |
Manuel Pégourié-Gonnard | 3b5a7c1 | 2021-06-07 11:13:34 +0200 | [diff] [blame] | 9 | mbedtls_ssl_get_key_exchange_md_ssl_tls(), mbedtls_ssl_conf_fallback(), |
Manuel Pégourié-Gonnard | 13a9776 | 2021-06-07 12:00:04 +0200 | [diff] [blame] | 10 | and mbedtls_ssl_conf_ciphersuites_for_version(). Fixes #4286. |