mbedtls/ChangeLog.d/remove-crypto-alt-interface.txt

6 lines
253 B
Plaintext
Raw Normal View History

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.