Add ChangeLog for deprecated items

Signed-off-by: Ben Taylor <[email protected]>
This commit is contained in:
Ben Taylor
2025-08-01 11:45:14 +01:00
parent 4a43804d69
commit 889ac064f4
+8
View File
@@ -0,0 +1,8 @@
Removals
* Remove mbedtls_asn1_free_named_data, it has now been replaced with
mbedtls_asn1_free_named_data_list or
mbedtls_asn1_free_named_data_list_shallow
* Remove MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT, now only the
standard version is supported.
* Remove mbedtls_ssl_conf_max/min_version(), this has been replaced with
mbedtls_ssl_conf_max/min_tls_version()