Tasmota/lib/lib_ssl
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
..
bearssl-esp8266 BearSSL panic on ESP8266 in rare conditions (#22017) 2024-08-25 23:10:48 +02:00
tls_mini Allow acl in mqtt when client certificate is in use (#22998) 2025-02-20 22:51:52 +01:00