mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 01:32:32 +00:00
Add write only TLS secure option to set peer verification level for TLS connection. This option accepts an integer with a peer verification level, compatible with mbedtls values (0 - none, 1 - optional, 2 - required. By default, socket mimics mebdTLS behavior - (none for server, required for client). Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
getaddrinfo.c | ||
Kconfig | ||
sockets_tls.c | ||
sockets.c |