zephyr/tests/crypto
Valerio Setti a15af0be9f mbedtls: fix Mbed TLS Kconfig options
PR #72475 disabled default enabling of most Mbed TLS features.
This means that:

- CONFIG_MBEDTLS_CIPHER_AES_ENABLED needs to be manually enabled
  when required;
- CONFIG_PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_BASIC does not need to
  be (almost) always added because there is no default RSA
  key-exchange enabled, so PSA can be built without RSA support.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2024-06-03 09:55:58 +02:00
..
crypto_hash modules: mbedtls: remove the default enabling of features 2024-05-31 16:33:06 -05:00
mbedtls mbedtls: fix Mbed TLS Kconfig options 2024-06-03 09:55:58 +02:00
tinycrypt tests: use appropriate sys_randX_get() 2024-04-05 10:57:45 -05:00
tinycrypt_hmac_prng tests/crypto/*: Switch from native_posix to native_sim 2023-11-27 16:06:42 +00:00