zephyr/tests/net/socket/tls_configurations
Valerio Setti ff8b970b33 tests: tls_configurations: adjust Kconfig in overlay-ec
CONFIG_PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_BASIC is promptless so it cannot
be selected. Moreover it's also automatically enabled by
CONFIG_PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_GENERATE in the same overlay file
so there would be no need to explicitly enable it.

As for the IMPORT, EXPORT, DERIVE they are needed for the TLS connection
to work properly. Previously it was working because at least IMPORT and
EXPORT are internally enabled by Mbed TLS at build time. So here we
are basically doing the same enablements with Kconfigs in clear.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2024-12-16 22:56:43 +01:00
..
credentials
pytest python: Format trivial files where only newlines were missing 2024-11-21 20:10:51 +01:00
src
CMakeLists.txt
Kconfig
overlay-ec.conf tests: tls_configurations: adjust Kconfig in overlay-ec 2024-12-16 22:56:43 +01:00
overlay-rsa.conf
overlay-tls12.conf
overlay-tls13.conf
prj.conf mbedtls: use CSPRNG whenever possible as PSA random source 2024-11-20 15:59:40 -05:00
testcase.yaml