mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-03 20:14:15 +02:00
5a931e2fa3
On branch SSL Changes to be committed: modified: include/mqtt.h modified: mqtt.c Implemented support for SSL/TLS. Uses config setting "CONFIG_MQTT_SECURITY_ON" to enable this feature. Breaking changes on client_connect() interface to support SSL, but shouldnt be an issue as this is an internal interface