1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-10-20 03:32:32 +03:00

Reword ChangeLog

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor
2025-07-23 10:58:33 +01:00
parent 73de8aa8c6
commit dbb15e6d2f

View File

@@ -1,6 +1,6 @@
Removals
* Remove MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT, now only the
standard version is supported.
* Remove MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT. Now only the
standard version (defined in RFC 9146) of DTLS connection ID is supported.
* Remove mbedtls_ssl_conf_max/min_version(), this has been replaced with
mbedtls_ssl_conf_max/min_tls_version()
* Remove ssl versions MBEDTLS_SSL_MAJOR_VERSION_3,