Re: [Interest] Enabling OpenSSL on a shared build of Qt

2016-03-03 Thread Richard Moore
On 3 March 2016 at 07:50, Koehne Kai wrote: > > Ah, I missed to that you're talking about OS X. There the system OpenSSL > version should work - though it's very old (0.9.8y IIRC). You get these > warnings though because Qt checks for newer API. It's a runtime warning > though, basic SSL should

Re: [Interest] Enabling OpenSSL on a shared build of Qt

2016-03-02 Thread Koehne Kai
> -Original Message- > From: Nuno Santos [mailto:nunosan...@imaginando.pt] > Sent: Wednesday, March 02, 2016 5:22 PM > To: Koehne Kai > Cc: interest > Subject: Re: [Interest] Enabling OpenSSL on a shared build of Qt > > I think I have missed something. If i

Re: [Interest] Enabling OpenSSL on a shared build of Qt

2016-03-02 Thread Thiago Macieira
On quarta-feira, 2 de março de 2016 15:29:16 PST Thiago Macieira wrote: > A better solution: copy the two libraries to your application's > /Contents/Frameworks Oh, I should point out: if you do this, you'll be distributing cryptographic code. If your application is not open source, you

Re: [Interest] Enabling OpenSSL on a shared build of Qt

2016-03-02 Thread Thiago Macieira
On quarta-feira, 2 de março de 2016 23:15:09 PST Nuno Santos wrote: > cat out | grep ssl > loaded library "/usr/lib/libssl.dylib" > qt.network.ssl: QSslSocket: cannot resolve SSL_set_psk_client_callback > qt.network.ssl: QSslSocket: cannot resolve TLSv1_1_client_method > qt.network.ssl: QSslSocket:

Re: [Interest] Enabling OpenSSL on a shared build of Qt

2016-03-02 Thread Nuno Santos
Thiago, I have run with QT_DEBUG_PLUGINS=1 and redirected stderr to out and “greped” with ssl: cat out | grep ssl loaded library "/usr/lib/libssl.dylib" qt.network.ssl: QSslSocket: cannot resolve SSL_set_psk_client_callback qt.network.ssl: QSslSocket: cannot resolve TLSv1_1_client_method qt.net

Re: [Interest] Enabling OpenSSL on a shared build of Qt

2016-03-02 Thread Thiago Macieira
On quarta-feira, 2 de março de 2016 15:37:41 PST Nuno Santos wrote: > Hi, > > I’m using Qt 5.5.1 clang_64 prebuilt package and it doesn’t seem to have > OpenSSL support built in as I’m receiving this output. That output indicates that it *does* have OpenSSL support built-in. It wouldn't be looki

Re: [Interest] Enabling OpenSSL on a shared build of Qt

2016-03-02 Thread Nuno Santos
.@qt-project.org] On Behalf Of >> Nuno Santos >> Sent: Wednesday, March 02, 2016 4:38 PM >> To: interest >> Subject: [Interest] Enabling OpenSSL on a shared build of Qt >> >> Hi, >> >> I’m using Qt 5.5.1 clang_64 prebuilt package and it doesn’t seem

Re: [Interest] Enabling OpenSSL on a shared build of Qt

2016-03-02 Thread Robert Iakobashvili
On Wed, Mar 2, 2016 at 6:07 PM, Robert Iakobashvili wrote: > On Wed, Mar 2, 2016 at 5:37 PM, Nuno Santos wrote: >> I’m using Qt 5.5.1 clang_64 prebuilt package and it doesn’t seem to have >> OpenSSL support built in as I’m receiving this output. >> >> From documentation I see that OpenSSL is enab

Re: [Interest] Enabling OpenSSL on a shared build of Qt

2016-03-02 Thread Koehne Kai
> -Original Message- > From: Interest [mailto:interest- > bounces+kai.koehne=theqtcompany@qt-project.org] On Behalf Of > Nuno Santos > Sent: Wednesday, March 02, 2016 4:38 PM > To: interest > Subject: [Interest] Enabling OpenSSL on a shared build of Qt >

Re: [Interest] Enabling OpenSSL on a shared build of Qt

2016-03-02 Thread Robert Iakobashvili
On Wed, Mar 2, 2016 at 5:37 PM, Nuno Santos wrote: > I’m using Qt 5.5.1 clang_64 prebuilt package and it doesn’t seem to have > OpenSSL support built in as I’m receiving this output. > > From documentation I see that OpenSSL is enabled by default however it > doesn’t seem to able to find it. > > I

[Interest] Enabling OpenSSL on a shared build of Qt

2016-03-02 Thread Nuno Santos
Hi, I’m using Qt 5.5.1 clang_64 prebuilt package and it doesn’t seem to have OpenSSL support built in as I’m receiving this output. From documentation I see that OpenSSL is enabled by default however it doesn’t seem to able to find it. I’m even trying to additionally link ssl libraries to the