We are investigating replacing OpenSSL with WolfSSL for our product. While we've made the necessary changes to the source we own, we have a huge dependency on Qt 5.5.x and  5.6.0 which is linked against OpenSSL 1.0.
http://doc.qt.io/qt-5/ssl.html

We don't directly interface with OpenSSL in our codebase but rely on Qt heavily for our Network and Web logic.
Is there a OpenSSL to WolfSSL bridge library that could be used as drop in replacements for OpenSSL?
Is WolfSSL known to work with Qt as an OpenSSL replacement?

Where could we look in order to further our investigation?

Thanks