Use mbedTLS instead of OpenSSL library
-
I'd like to use mbedTLS crypto library instead of openssl - mainly because of small binary size. Are there any (un)official shim layers etc that allow that?
Found a library on github QPolarSSL: https://github.com/azadkuh/qpolarssl but it looks like a partial implementation.
-
Hi,
From the looks of it, you would need to implement a backend for the Qt SSL classes to use. You can take a look at the Secure Transport plugin for example.