Files
mbedtls/ChangeLog.d/remove-crypto-alt-interface.txt
2024-08-06 15:20:07 +01:00

6 lines
253 B
Plaintext

Removals
* Drop support for crypto alt interface. Removes MBEDTLS_XXX_ALT options
at the module and function level for crypto mechanisms only. The remaining
alt interfaces for platform, threading and timing are unchanged.
Fixes #8149.