zephyr/subsys/net
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
..
ip net: pkt: Fixed packet buffer corruption in net_pkt_pull() 2020-02-03 10:47:08 +02:00
l2 net: ethernet: Set link local address to VLAN interfaces 2020-01-30 09:42:07 +02:00
lib sockets: tls: set TLS_CREDENTIALS when using non-native stack 2020-02-05 18:47:54 -05:00
CMakeLists.txt
Kconfig
Kconfig.hostname
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net
buf.c net: buf: Switch from net buf assert to system assert 2020-01-13 13:59:55 +01:00
hostname.c