zephyr/tests/subsys/jwt
Valerio Setti 08bd9c72bd mbedtls: use CSPRNG whenever possible as PSA random source
The main problem of MBEDTLS_PSA_CRYPTO_LEGACY_RNG is that it
brings in some legacy modules (entropy + ctr_drbg/hmac_drbg)
which means extra ROM/RAM footprint.
MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG instead simply calls to the
CSPRNG which makes it definitely smaller.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2024-11-20 15:59:40 -05:00
..
src jwt: remove TinyCrypt usage 2024-11-05 13:44:20 -06:00
CMakeLists.txt
prj.conf test: subsys: jwt: fix testing of the features 2024-10-08 18:10:32 -04:00
testcase.yaml mbedtls: use CSPRNG whenever possible as PSA random source 2024-11-20 15:59:40 -05:00