OpenSSL 1.1.1 support
Solved
3rd Party Software
-
Hello,
We use various Qt versions in legacy products we have to support. The oldest version is 5.6. OpenSSL has announced EOL for the 1.0.2 release.
Because of this we have to patch everything now.Which Qt versions can work with OpenSSL 1.1.1?
Thanks,
Sebastian -
Hi @seb_berlin,
OpenSSL 1.1 support was introduced with Qt 5.10.0: https://code.qt.io/cgit/qt/qtbase.git/tree/dist/changes-5.10.0/?h=v5.10.0#n382
But I'd rather go with Qt 5.12, as this is a LTS version.
Regards
-
@seb_berlin
you have to recompile Qt yourself though to enable OpenSSL 1.1 support though./configure -opensslv11
-
Thank you for your help!