zephyr/subsys/net/lib/sockets
Vincent Wan 115949a97f sockets: tls: set TLS_CREDENTIALS when using non-native stack
When is NET_SOCKETS_SOCKOPT_TLS set, it should set TLS_CREDENTIALS
even when NET_NATIVE=n, so that platforms that use socket offloading
can continue to set TLS credentials.

We are now setting this via 'imply' instead of 'select', so that
prj.conf can opt out if necessary.

Fixes #22390

Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
2020-02-05 18:47:54 -05:00
..
CMakeLists.txt net: sockets: Remove socket offloading interface 2020-01-31 11:36:02 -05:00
getaddrinfo.c net: sockets: Remove socket offloading interface 2020-01-31 11:36:02 -05:00
getnameinfo.c net: sockets: Implement getnameinfo() 2019-02-19 17:34:57 -05:00
Kconfig sockets: tls: set TLS_CREDENTIALS when using non-native stack 2020-02-05 18:47:54 -05:00
socket_offload.c net: sockets: Remove socket offloading interface 2020-01-31 11:36:02 -05:00
sockets_can.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
sockets_internal.h net: sockets: Store socket private data into its own variable 2019-09-18 23:47:36 +03:00
sockets_misc.c userspace: Support for split 64 bit arguments 2019-09-12 11:31:50 +08:00
sockets_net_mgmt.c include: Fix use of <misc/FOO.h> -> <sys/FOO.h> 2019-12-10 08:39:37 -05:00
sockets_packet.c net: socket: Set default protocol if proto == 0 2019-09-12 11:22:45 +03:00
sockets_select.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
sockets_tls.c net: sockets: Rework ioctl poll helpers error handling 2020-01-22 22:43:54 -05:00
sockets.c net: sockets: Remove socket offloading interface 2020-01-31 11:36:02 -05:00