Tasmota/lib
Giuliano Zaro b1f3d6268d
Allow acl in mqtt when client certificate is in use (#22998)
* Allow acl in mqtt

Acl in mqtt needs user name if 'use_identity_as_username' is not true. It also seems that login in mqtt don't accept an user with an empty password, then reenabled both

* Add new define for mosquitto

Keep compatibility with AWS_IOT

* Better approach to custom client certificate

Don't duplicate defined check. Let USE_MQTT_AWS_IOT automatically set USE_MQTT_CLIENT_CERT and use latter in all code

* with mosquitto user and password may be empty

When mosquitto 'use_identity_as_username' option is enabled password and user are not used
2025-02-20 22:51:52 +01:00
..
default Bump version v14.4.1.4 2025-02-04 15:07:03 +01:00
lib_audio fix compile 2025-02-03 14:29:20 +01:00
lib_basic Command 'PixelType' to change the WS2812 color order and channel number (#22876) 2025-01-24 21:21:35 +01:00
lib_deprecated mv deprecated drivers / Pio clean up 2024-04-17 11:28:17 +02:00
lib_display Utilize ESP-IDF's LCD driver for pushing pixels to RGB displays with ESP32-S3 (#22970) 2025-02-09 21:58:50 +01:00
lib_div Add support for WiZMote with WiFi disabled 2025-02-14 12:55:58 +01:00
lib_i2c MS5837 console calibration options and code cleanup (#22466) 2024-11-11 17:24:18 +01:00
lib_rf add support for nexus protocol to rc-switch library (#21886) 2024-09-01 16:04:40 +02:00
lib_ssl Allow acl in mqtt when client certificate is in use (#22998) 2025-02-20 22:51:52 +01:00
libesp32 Fix memory corruption in bytes().appendb64() 2025-02-15 22:08:00 +01:00
libesp32_div/esp-nimble-cpp MI32 legacy: add config operations (#22458) 2024-11-10 23:23:37 +01:00
libesp32_eink/epdiy LVGL fix memory allocation of flush buffers (#21256) 2024-04-23 20:11:01 +02:00
libesp32_lvgl HASPmota exception when clicking on a checkbox (#23022) 2025-02-17 23:04:04 +01:00
libesp32_ml Prepare restoration of Tensorflow driver for Core 3 (#21327) 2024-05-03 12:28:49 +02:00