zephyr/subsys/net/lib/mqtt
Robert Lubos 4234e801b5 net: sockets: Fix TLS_HOSTNAME option length inconsistency
The TLS_HOSTNAME socket option expects a NULL terminated string and
doesn't really care about the optlen provided. However, as the option
expects that the string is NULL terminated, the optlen value should take
NULL character into account, for consistency across the codebase.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2023-01-27 19:23:36 +09:00
..
CMakeLists.txt net: mqtt: Add support for running MQTT over Websocket 2019-10-04 18:48:10 -07:00
Kconfig net: mqtt: Add custom transport type 2021-06-29 11:34:57 -04:00
mqtt.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
mqtt_decoder.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
mqtt_encoder.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
mqtt_internal.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
mqtt_os.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
mqtt_rx.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
mqtt_transport.c net: mqtt: Add custom transport type 2021-06-29 11:34:57 -04:00
mqtt_transport.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
mqtt_transport_socket_tcp.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
mqtt_transport_socket_tls.c net: sockets: Fix TLS_HOSTNAME option length inconsistency 2023-01-27 19:23:36 +09:00
mqtt_transport_websocket.c net: websocket: new receiving algorithm 2022-12-20 17:05:12 +00:00