You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I'm thinking about mbedtls_ssl_conf_sig_hashes() here.
As per #6792 (comment)
mbedtls_asn1_write_algorithm_identifier()
→ usembedtls_asn1_write_algorithm_identifier_ext()
instead: Deprecate mbedtls_asn1_write_algorithm_identifier #7963MBEDTLS_PSA_CRYPTO_SE_C
→ use the unified driver interface instead Remove the dynamic SE interface in 4.0 #8151Also:
The text was updated successfully, but these errors were encountered: