Qt 4.8.5 and OpenSSl 1.1.1k
Unsolved
Installation and Deployment
-
Is it theoretically possible to cross-breed Qt 4.8.5 and OpenSSL 1.1.1k, so that Qt wouldn't try to look for hardcoded "ssleay*"/"libeay*" DLLs?
I understand that Qt 5.12.* is recommended for OpenSSL 1.1.1/TLS v1.3, and transition to that version is under way, but it's a lengthy process. Is there any "quick and dirty" hack to force QSslSocket to use OpenSSL 1.1.1?
Thanks.
-
@Boyandin said in Qt 4.8.5 and OpenSSl 1.1.1k:
Is there any "quick and dirty" hack to force QSslSocket to use OpenSSL 1.1.1?
No, the API between 1.0.x and 1.1.x changed too much.