eclipse / paho.mqtt.cpp

Other
1.01k stars 432 forks source link

Rustls C++ binding into the paho-mqtt #486

Closed sarath3192 closed 3 months ago

sarath3192 commented 7 months ago

I am working on a project where I have to integrate rustls C++ bindings Link (https://github.com/rustls/rustls-ffi?tab=readme-ov-file) into paho-mqtt C++ implementation. Is this possible? If yes, please give details what to consider while doing this.

fpagliughi commented 7 months ago

Like the Paho Rust crate, this C++ library wraps the Paho C lib which does all the protocol I/O. To change the TLS implementation used, you would need to update the C lib.