Ben Taylor | 889ac06 | 2025-07-16 15:03:31 +0100 | [diff] [blame] | 1 | Removals |
Ben Taylor | 889ac06 | 2025-07-16 15:03:31 +0100 | [diff] [blame] | 2 | * Remove MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT, now only the |
| 3 | standard version is supported. |
| 4 | * Remove mbedtls_ssl_conf_max/min_version(), this has been replaced with |
| 5 | mbedtls_ssl_conf_max/min_tls_version() |
Ben Taylor | 7aa4c40 | 2025-07-16 15:14:11 +0100 | [diff] [blame^] | 6 | * Remove ssl versions MBEDTLS_SSL_MAJOR_VERSION_3, |
| 7 | MBEDTLS_SSL_MINOR_VERSION_3 and MBEDTLS_SSL_MINOR_VERSION_4 |
| 8 | * Remove sig_hashes |
| 9 | * Remove mbedtls_ssl_conf_sig_hashes |
| 10 | * Remove mbedtls_ssl_conf_max_version |
| 11 | * Remove mbedtls_ssl_conf_min_version |