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
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
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,
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
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
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
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