zephyr/subsys/net/lib/mqtt
Ravi kumar Veeramally 8e70bd6f48 net: mqtt: Modify SOCKS5 based connections
Current SOCKS5 based connections in mqtt are only
TCP (nonsecure) based. To support TLS based SOCKS5
connections, new methods needs to be introduced.

Instead, removed CONFIG_MQTT_LIB_SOCKS based implementation.
And now mqtt provides an api to set proxy
(mqtt_client_set_proxy()) details. That's enough,
socket layer will take care of making connections through
proxy server.

Fixes: #17037

Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
2019-08-05 13:26:11 +03:00
..
CMakeLists.txt net: mqtt: Modify SOCKS5 based connections 2019-08-05 13:26:11 +03:00
Kconfig net: mqtt: Modify SOCKS5 based connections 2019-08-05 13:26:11 +03:00
mqtt_decoder.c
mqtt_encoder.c mqtt: Allow client to override keepalive 2019-06-28 09:54:16 -04:00
mqtt_internal.h
mqtt_os.h cleanup: include/: move misc/mutex.h to sys/mutex.h 2019-06-27 22:55:49 -04:00
mqtt_rx.c net: lib: mqtt: Enable blocking PUBLISH payload readout 2019-05-07 22:08:30 -04:00
mqtt_transport_socket_tcp.c net: mqtt: Modify SOCKS5 based connections 2019-08-05 13:26:11 +03:00
mqtt_transport_socket_tls.c net: mqtt: Modify SOCKS5 based connections 2019-08-05 13:26:11 +03:00
mqtt_transport.c net: mqtt: Modify SOCKS5 based connections 2019-08-05 13:26:11 +03:00
mqtt_transport.h net: lib: mqtt: Enable blocking PUBLISH payload readout 2019-05-07 22:08:30 -04:00
mqtt.c net: mqtt: Modify SOCKS5 based connections 2019-08-05 13:26:11 +03:00