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
Auto-enable PSA_WANT_ALG_ECB_NO_PADDING when MBEDTLS_BUILTIN and CCM or
GCM is enabled and !MBEDTLS_FORCE_LEGACY_CIPHER.
ECB is needed by the block_cipher module in Mbed TLS when
MBEDTLS_BLOCK_CIPHER_SOME_PSA.
Because of a noup we have to enable that in our Mbed TLS fork, ECB ends
up needing to be enabled when using Mbed TLS' PSA API to encrypt/decrypt
data with CCM/GCM because the code goes to block_cipher.
Rather than having to enable that dependency everywhere it's needed,
auto-enable it in those conditions.
Also, move the PSA_WANT_ALG Kconfig options that were separate from
the others.
Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
0 commit comments