[Interest] OpenSSL v1.1.0c on Win10 Qt5.5.1

Konstantin Tokarev annulen at yandex.ru
Thu Dec 15 22:38:19 CET 2016



15.12.2016, 22:21, "Jason Kretzer" <jason at gocodigo.com>:
> Hello all,
>
> Discovered something odd today and wondered if there is an easy workaround.  My application communicates to https urls.  To do so, I have always just grabbed the latest version of OpenSSL.  Today, I used OpenSSL v1.1.0c.  I received the below.
>
> [18:17:01]: WARNING: QSslSocket: cannot call unresolved function SSLv23_client_method
>
> [18:17:01]: WARNING: QSslSocket: cannot call unresolved function SSL_CTX_new
>
> [18:17:01]: WARNING: QSslSocket: cannot call unresolved function SSL_library_init
>
> [18:17:01]: WARNING: QSslSocket: cannot call unresolved function ERR_get_error
>
> [18:17:02]: WARNING: QSslSocket: cannot call unresolved function ERR_get_error
>
> I eventually did figure out how to make it work by switching to a different line of OpenSSL the v1.0.1u.  Just curious if anyone could point me to a resource that I could read to find out why the 1.1.0c did not work.

Because 1.1.0 is not ABI (and API) compatible with 1.0.x

>
> -Jason
>
> //------------------------------//
>    Jason R. Kretzer
>    Lead Application Developer
>    Jason at gocodigo.com
> //------------------------------//
>
> “quidquid latine dictum sit altum videtur"
> ,
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest


-- 
Regards,
Konstantin



More information about the Interest mailing list