Currently, mosquitto_client is compiled with the WITH_TLS flag set to no. This means users of mosquitto-client-wrapper are not able to open secure connections.
It would be desirable to have an optional cargo feature to enable TLS support. This would also add OpenSSL as a dependency.
Currently,
mosquitto_clientis compiled with theWITH_TLSflag set tono. This means users ofmosquitto-client-wrapperare not able to open secure connections.It would be desirable to have an optional cargo feature to enable TLS support. This would also add OpenSSL as a dependency.