zephyr/subsys/net/lib
Benjamin Lindqvist 1d6d24b6ef net: lwm2m: don't load credentials on plaintext context
Since lwm2m_load_tls_credentials(ctx) will assume that the ctx has a
valid security object assigned to it, it should not be called at all
when ctx.use_dtls == false.

This solves a major bug where LwM2M comms are DTLS encrypted but FOTA is
allowed to be plain-text.

Signed-off-by: Benjamin Lindqvist <benjamin@eub.se>
2023-11-20 09:20:43 +01:00
..
capture includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
coap net: lib: coap: coap_server: Allow clients to refresh observe requests 2023-11-13 09:50:19 +01:00
config net: l2: ieee802154: security config 2023-09-29 16:27:31 +02:00
dns net: mdns: Fix compile error when using clang 2023-11-17 12:40:33 +01:00
http net: http: define http service and resource iterable sections 2023-03-08 13:57:13 +00:00
lwm2m net: lwm2m: don't load credentials on plaintext context 2023-11-20 09:20:43 +01:00
mqtt net: mqtt: close tcp socket after websocket_disconnect 2023-06-19 09:18:45 +01:00
mqtt_sn net: mqtt-sn: Active mqtt-sn process work when buffer run out 2023-09-19 15:20:09 +01:00
shell net: shell: Print device and wifi information for iface cmd 2023-11-06 15:51:36 -06:00
sntp net: sntp: support building without NET_SOCKETS_POSIX_NAMES 2023-04-24 09:23:17 -04:00
sockets net: context: Add function to bound to a network interface 2023-11-17 12:40:33 +01:00
socks includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
tftp net: tftp: Add client context 2023-02-28 10:29:30 +01:00
tls_credentials net: tls_credetials: Add TLS Credentials shell 2023-11-14 10:40:02 +00:00
utils net: sntp: support building without NET_SOCKETS_POSIX_NAMES 2023-04-24 09:23:17 -04:00
websocket random: Rename random header 2023-10-10 14:23:50 +03:00
zperf net: zperf: Fix the check for IPv6 2023-11-03 11:21:16 +01:00
CMakeLists.txt net: shell: Move the shell code to subsys/net/lib/shell 2023-10-23 10:40:28 +02:00
Kconfig net: conn_mgr: Reorganize files 2023-05-11 12:15:44 +02:00