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 |
Ben Taylor | 9822bb8 | 2025-08-05 08:05:14 +0100 | [diff] [blame^] | 5 | mbedtls_ssl_conf_max/min_tls_version() and removed the constants |
| 6 | MBEDTLS_SSL_MAJOR_VERSION_3, MBEDTLS_SSL_MINOR_VERSION_3 |
| 7 | MBEDTLS_SSL_MINOR_VERSION_4. |
Ben Taylor | 7aa4c40 | 2025-07-16 15:14:11 +0100 | [diff] [blame] | 8 | * Remove mbedtls_ssl_conf_sig_hashes |