Re: unbreak tls in Qt4

2019-11-13 Thread Theo Buehler
On Wed, Nov 13, 2019 at 12:14:38PM +, Stuart Henderson wrote: > On 2019/11/12 10:37, Rafael Sadowski wrote: > > > > The diff is part of qtnetwork which is part of -main, so we just need > > the bump -main. With this, OK rsadowski@ > > As long as you are certain nothing else pulls in this

Re: unbreak tls in Qt4

2019-11-13 Thread Stuart Henderson
On 2019/11/12 10:37, Rafael Sadowski wrote: > > The diff is part of qtnetwork which is part of -main, so we just need > the bump -main. With this, OK rsadowski@ As long as you are certain nothing else pulls in this header. (If in doubt, bump) > Thanks! > > > > > # XXX qmake include parser

Re: unbreak tls in Qt4

2019-11-12 Thread Jeremie Courreges-Anglas
On Tue, Nov 12 2019, Rafael Sadowski wrote: > Yeah, the issue is gone. Tested with net/psi. Thanks for taking care of > it. One commit below. > > On Mon Nov 11, 2019 at 11:47:12PM +0200, Theo Buehler wrote: >> The SSL/TLS support in Qt4 was broken during the notBefore/notAfter >> reshuffling way

Re: unbreak tls in Qt4

2019-11-12 Thread Rafael Sadowski
Yeah, the issue is gone. Tested with net/psi. Thanks for taking care of it. One commit below. On Mon Nov 11, 2019 at 11:47:12PM +0200, Theo Buehler wrote: > The SSL/TLS support in Qt4 was broken during the notBefore/notAfter > reshuffling way back in August last year. You'd get an error such as >

unbreak tls in Qt4

2019-11-11 Thread Theo Buehler
The SSL/TLS support in Qt4 was broken during the notBefore/notAfter reshuffling way back in August last year. You'd get an error such as [21:54:10] W:QSslSocket: cannot call unresolved function X509_getm_notBefore Segmentation fault (core dumped) No one complained until rsadowski showed it to me