Open daverodgman opened 1 year ago
review after release of 3.6 LTS for any other deprecations not mentioned above
Note: some functions* use MBEDTLS_DEPRECATED
but not \deprecated
(and perhaps the other way round happens as well), so we should be careful to use multiple methods when looking for deprecated items.
mbedtls_ssl_conf_sig_hashes()
here.
As per https://github.com/Mbed-TLS/mbedtls/issues/6792#issuecomment-1531159865
mbedtls_asn1_write_algorithm_identifier()
→ usembedtls_asn1_write_algorithm_identifier_ext()
instead: https://github.com/Mbed-TLS/mbedtls/issues/7963MBEDTLS_PSA_CRYPTO_SE_C
→ use the unified driver interface instead https://github.com/Mbed-TLS/mbedtls/issues/8151Also: