[Interest] Qt 5.8 openssl QNAM crash (OPENSSL_THREADS?)
Thiago Macieira
thiago.macieira at intel.com
Mon Mar 13 16:13:10 CET 2017
On segunda-feira, 13 de março de 2017 03:30:09 PDT ekke wrote:
> as you know from previous discussions I had trouble compiling openssl on
> OSX,
Why are you using OpenSSL on macOS? Qt can use the SecureTransport API there
and not use OpenSSL.
> seems openssl must be compiled with
> OPENSSL_THREADS
> to deal with QNAM processing multiple requests async
Makes sense, yes.
> I have no idea where in
> https://github.com/ekke/android-openssl-qt/blob/master/build-all-arch.sh
> I should add this option
>
> And I don't know if this will be safe with Qt 5.8
Try not to use OpenSSL in the first place. Use SecureTransport.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Interest
mailing list