Re: [Interest] Qt + Android + OpenSSL

2019-04-17 Thread ekke
On 15/04/2019 20:41, Nuno Santos wrote: >>> Thiago, >>> >>> Thanks for your insights. >>> >>> I usually tend to postpone this updates because of the time I need to >>> invest in rebuilding the libs. >>> >>> I always end up stumbling in some weird building problem… >>> >>> Does anyone knows what’s

Re: [Interest] Qt + Android + OpenSSL

2019-04-17 Thread Nuno Santos
Hi, I have never heard about Conan.io before. Thanks for the tip! Need to explore! Best, Nuno > On 17 Apr 2019, at 08:06, rollas...@gmail.com wrote: > > Actually Conan (conan.io) is quite nice for these things once you manage to > setup a cross-build environment correctly. Normally this is q

Re: [Interest] Qt + Android + OpenSSL

2019-04-17 Thread rollas...@gmail.com
Actually Conan (conan.io) is quite nice for these things once you manage to setup a cross-build environment correctly. Normally this is quite straight forward. In Android, it also is except for those moments in which there are changes in the NDK (removing gcc, upgrading this, deprecating that,

Re: [Interest] Qt + Android + OpenSSL

2019-04-15 Thread Konstantin Tokarev
15.04.2019, 21:16, "Nuno Santos" : > Hi, > > I’m trying to use SSL websocket on a Qt 5.12 Android app. > > When I run the app it is complaining about the missing functions. > > W qt.network.ssl: QSslSocket: cannot resolve DTLSv1_2_server_method > W qt.network.ssl: QSslSocket: cannot resolve DTLSv

Re: [Interest] Qt + Android + OpenSSL

2019-04-15 Thread Nuno Santos
Thiago, Thanks for your insights. I usually tend to postpone this updates because of the time I need to invest in rebuilding the libs. I always end up stumbling in some weird building problem… Does anyone knows what’s the quickest way of building OpenSSL for Android? Best, Nuno > On 15 Ap

Re: [Interest] Qt + Android + OpenSSL

2019-04-15 Thread Thiago Macieira
On Monday, 15 April 2019 11:12:44 PDT Nuno Santos wrote: > I’m providing OpenSSL 1.0.1s as an ANDROID_EXTRA_LIBS param. > > Does anybody know if the problem here is the fact that OpenSSL is too old? Yes, the problem is OpenSSL's age. Yours is apparently too old to support DTLS 1.2 (and apparentl

[Interest] Qt + Android + OpenSSL

2019-04-15 Thread Nuno Santos
Hi, I’m trying to use SSL websocket on a Qt 5.12 Android app. When I run the app it is complaining about the missing functions. W qt.network.ssl: QSslSocket: cannot resolve DTLSv1_2_server_method W qt.network.ssl: QSslSocket: cannot resolve DTLSv1_2_client_method W qt.network.ssl: QSslSocket: c