Re: [Development] SSL Certificate verification overriding !!

2013-02-06 Thread Richard Moore
See http://www.youtube.com/watch?v=btLCVoEuEr8 for a talk on this topic. The examples are at https://gitorious.org/qt-examples/qt-examples/trees/master/ssl-examples For future reference, questions like this should be sent to the inter...@qt-project.org list not the development list. Cheers

Re: [Development] SSL Certificate verification overriding !!

2013-02-06 Thread Arunprasad Rajkumar
Thank you Richard. Sorry for sending to the wrong mailing list :( On 6 February 2013 18:47, Richard Moore r...@kde.org wrote: See http://www.youtube.com/watch?v=btLCVoEuEr8 for a talk on this topic. The examples are at https://gitorious.org/qt-examples/qt-examples/trees/master/ssl-examples

[Development] SSL Certificate verification overriding !!

2013-02-05 Thread Arunprasad Rajkumar
Hello Qt folks, I'm finding the way to override the QNetwork's SSL peer certificate verification. Is it possible to do that? The reason for overriding the verification is to use my own current-time function instead of *gettimeofday *. Any help is greatly appreciated!! Kind Regards, --