zephyr/modules/mbedtls
Tomi Fontanilles 8547add5ae modules: mbedtls: fix ITS configuration on POSIX architecture
Make sure that `MBEDTLS_PSA_ITS_FILE_C` is not defined when
`CONFIG_SECURE_STORAGE` is enabled as the former takes precedence over
the latter in Mbed TLS (`psa_crypto_storage.c`).

This fixes usage of the secure storage subsystem by Mbed TLS on platforms
such as `native_sim`.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
2024-12-02 06:09:13 +01:00
..
configs modules: mbedtls: fix ITS configuration on POSIX architecture 2024-12-02 06:09:13 +01:00
include mbedtls: add CONFIG_MBEDTLS_INIT 2023-07-06 11:45:08 +02:00
CMakeLists.txt modules: mbedtls: compile PAKE with PSA 2024-10-08 05:59:16 -04:00
create_psa_files.py mbedtls: add new PSA_CRYPTO_CLIENT config 2024-05-23 11:53:02 -04:00
debug.c
Kconfig mbedtls: add ability to use custom memory section for mbedtls heap 2024-09-13 09:18:11 +02:00
Kconfig.psa mbedtls: add new PSA_CRYPTO_CLIENT config 2024-05-23 11:53:02 -04:00
Kconfig.tls-generic mbedtls: add Kconfig to select the number of key slot in PSA Crypto core 2024-11-26 00:12:56 +01:00
shell.c
zephyr_entropy.c mbedtls: move entropy polling functions to a dedicated file 2024-08-24 07:16:51 -04:00
zephyr_init.c mbedtls: add ability to use custom memory section for mbedtls heap 2024-09-13 09:18:11 +02:00