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
nrf_security: update entropy config to enable ENTROPY_GENERATOR
Update kconfig to set ENTROPY_GENERATOR directly when psa_rng is set.
nrf_security bypasses part of the zephyr build system by setting
CONFIG_MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG directly.
This causes the upstream entropy tests to fail because
no entropy driver is set automatically on 54l/71 devices.
Normally this is not a problem as PSA_WANT_GENERATE_RANDOM
is set specifically in ncs projects.
Signed-off-by: Dag Erik Gjørvad <[email protected]>
0 commit comments