zephyr/tests
Valerio Setti 516886be1b mbedtls: MBEDTLS_ENTROPY_POLL_ZEPHYR default on if MBEDTLS_ENTROPY_C
As long as MBEDTLS_ENTROPY_C is enabled, Mbed TLS needs to
poll some entropy source to gather data that will then be
processed by CTR/HMAC-DRBG modules. This means that in most
of the cases, once MBEDTLS_ENTROPY_C is enabled then also
MBEDTLS_ENTROPY_POLL_ZEPHYR needs to be enabled. This was
done manually until now, as the long list of samples/tests
demonstrate.

This commit solves this dependency by defaulting
MBEDTLS_ENTROPY_POLL_ZEPHYR to on as soon as
MBEDTLS_ENTROPY_C is set. As a consequence, all manual
enablement of MBEDTLS_ENTROPY_POLL_ZEPHYR in samples/tests
are removed.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2024-11-20 15:59:40 -05:00
..
application_development boards: rename qemu_xtensa to qemu_xtensa/dc233c 2024-10-02 09:58:36 +02:00
arch tests: riscv: test PMP stack guards 2024-11-20 08:25:49 -05:00
benchmarks tests: Thread-Metric: Fix filter description 2024-11-20 15:56:16 -05:00
bluetooth Bluetooth: Tester: Added flag parameter to CAP stop cmd 2024-11-18 13:18:32 -05:00
boards samples: sensor: qdec: change pins used for qdec nrf54h20dk 2024-10-31 09:22:58 -05:00
boot tests: mcuboot: remove twr_kv58f220m from allowed list. 2024-10-25 08:52:44 +02:00
bsim mbedtls: use CSPRNG whenever possible as PSA random source 2024-11-20 15:59:40 -05:00
cmake tests: add twister tests for CMake board and SoC extension 2024-10-26 17:14:06 +02:00
crypto mbedtls: use CSPRNG whenever possible as PSA random source 2024-11-20 15:59:40 -05:00
drivers boards: qorvo: add DWM3001CDK support 2024-11-20 10:16:58 +00:00
integration/kernel
kconfig
kernel tests: thread_error_case: fix incorrect userspace filtering 2024-11-20 15:58:15 -05:00
lib tests: cpp: remove obsolete target 2024-11-19 18:21:19 -05:00
misc cmake: linker: evaluate CONFIG_LINKER_ITERABLE_SUBALIGN in CMake 2024-09-25 16:16:35 -05:00
modules mbedtls: MBEDTLS_ENTROPY_POLL_ZEPHYR default on if MBEDTLS_ENTROPY_C 2024-11-20 15:59:40 -05:00
net mbedtls: use CSPRNG whenever possible as PSA random source 2024-11-20 15:59:40 -05:00
posix tests: posix: common: separate posix xsi streams to standalone test 2024-11-20 15:58:26 -05:00
robot
subsys mbedtls: MBEDTLS_ENTROPY_POLL_ZEPHYR default on if MBEDTLS_ENTROPY_C 2024-11-20 15:59:40 -05:00
unit tests: unit: crc: use zassert_equal for cleaner assertions 2024-10-09 09:48:00 +02:00
ztest tests: ztest/base: fix incorrect userspace filtering 2024-11-20 15:58:15 -05:00
test_config.yaml