zephyr/modules/mbedtls
Tomi Fontanilles 6c68068c38 modules: mbedtls: remove default-enabling of hash algorithms
Do not enable hash algorithms except SHA-256 by default.
This unnecessarily inflates the final code size even if not all the
enabled hash algorithms are actually used.

SHA-256 is (for now) kept enabled by default because many configurations
across the code base assume that there is some hash algorithm
available without needing to enable it.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
2024-05-03 14:47:52 -07:00
..
configs modules: mbedtls: remove default-enabling of hash algorithms 2024-05-03 14:47:52 -07:00
include mbedtls: add CONFIG_MBEDTLS_INIT 2023-07-06 11:45:08 +02:00
CMakeLists.txt modules: mbedtls: Use TF-M PSA API headers 2024-01-17 16:52:52 +01:00
debug.c
Kconfig mbedtls: option for MBEDTLS_PLATFORM_ZEROIZE_ALT 2024-02-12 23:26:23 +01:00
Kconfig.tls-generic modules: mbedtls: remove default-enabling of hash algorithms 2024-05-03 14:47:52 -07:00
shell.c
zephyr_init.c modules: mbedtls: Add a mbedtls_ms_time implementation 2024-01-17 16:52:52 +01:00