Ben Taylor | 889ac06 | 2025-07-16 15:03:31 +0100 | [diff] [blame] | 1 | Removals |
Ben Taylor | 4e7b254 | 2025-08-04 08:19:45 +0100 | [diff] [blame] | 2 | * Remove MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT. Now only the |
Ben Taylor | dbb15e6 | 2025-07-23 10:58:33 +0100 | [diff] [blame] | 3 | standard version (defined in RFC 9146) of DTLS connection ID is supported. |
Ben Taylor | 4e7b254 | 2025-08-04 08:19:45 +0100 | [diff] [blame] | 4 | * Remove mbedtls_ssl_conf_max/min_version(), this has been replaced with |
| 5 | mbedtls_ssl_conf_max/min_tls_version() |
Ben Taylor | 75b30e8 | 2025-08-05 08:02:36 +0100 | [diff] [blame^] | 6 | * Removed the constants MBEDTLS_SSL_MAJOR_VERSION_3, |
| 7 | MBEDTLS_SSL_MINOR_VERSION_3 MBEDTLS_SSL_MINOR_VERSION_4, |
| 8 | Remove mbedtls_ssl_conf_max_version and Remove mbedtls_ssl_conf_min_version. |
Ben Taylor | 7aa4c40 | 2025-07-16 15:14:11 +0100 | [diff] [blame] | 9 | * Remove mbedtls_ssl_conf_sig_hashes |