zephyr/tests/net/socket
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
..
af_packet everywhere: replace double words 2024-06-22 05:40:22 -04:00
af_packet_ipproto_raw
can
getaddrinfo lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
getnameinfo
misc tests: net: misc: Use different subnets on test interfaces 2024-11-29 11:44:39 +01:00
net_mgmt
offload_dispatcher fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
poll
register
reuseaddr_reuseport
select
service net: sockets: socket_service: remove k_work related code 2024-10-23 11:32:21 +02:00
socketpair
tcp tests: net: socket: tcp: Increase system workqueue stack size 2024-12-11 15:54:44 +00:00
tls tests: net: sockets: tls: Increase connect timeout 2024-09-28 08:21:51 -05:00
tls_configurations tests: tls_configurations: adjust Kconfig in overlay-ec 2024-12-16 22:56:43 +01:00
tls_ext
udp tests: net: socket: udp: Add min_flash to the test config 2024-11-27 10:38:15 -05:00
websocket misc: move lorem ipsum text to zephyr/misc/lorem_ipsum.h 2024-08-02 03:31:06 -04:00
socket_helpers.h