1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-10-21 14:53:42 +03:00

Added more detail to the ChangeLog

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor
2025-08-05 08:11:12 +01:00
parent 304839238a
commit 71fcb1c64b

View File

@@ -7,4 +7,5 @@ Removals
mbedtls_ssl_conf_max_tls_version() with MBEDTLS_SSL_VERSION_TLS1_y instead. mbedtls_ssl_conf_max_tls_version() with MBEDTLS_SSL_VERSION_TLS1_y instead.
Note that the new names of the new constants use the TLS protocol versions, Note that the new names of the new constants use the TLS protocol versions,
unlike the old constants whose names are based on internal encodings. unlike the old constants whose names are based on internal encodings.
* Remove mbedtls_ssl_conf_sig_hashes * Remove mbedtls_ssl_conf_sig_hashes. Use mbedtls_ssl_conf_sig_algs()
instead.