Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Use alternative to openssl in paho C++ libraries

Hi,
I working on building Mqtt client application using paho C++ libraries. I see paho is using openssl libraries for SSL connection. I know openssl is widely used for TLS communication. But i have a requirement to use other library instead of openssl for some security reasons. I see openssl calls are embedded into the paho code and to use other SSL libraries the code needs modification, which is not preferable solution.
Is their any alternative solutions with paho or Could the paho libraries can be built using external SSL libraries instead of openssl.

Thanks and Regards,
Rajesh

Back to the top