summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation if EC is disabled in OpenSSLJoni Poikelin2014-07-291-0/+2
* Ignore expired certificate during certificate validationDaniel Molkentin2014-05-111-11/+12
* Support for DH and ECDH key exchange for QSslSocket serversRichard J. Moore2014-04-091-0/+59
* Fix some typosSergio Ahumada2014-03-031-1/+1
* SSL: add support for the Next Protocol Negotiation extensionPeter Hartmann2014-02-111-0/+60
* Prevent spurious SSL errors from local certificates.Richard J. Moore2014-01-161-3/+0
* QSslConfiguration: rename [get]session() to [get]sessionTicket()Peter Hartmann2013-11-081-2/+2
* QSslConfiguration: add API to persist and resume SSL sessionsPeter Hartmann2013-05-101-2/+39
* Add support for intermediate certificates to server sockets.Richard Moore2013-02-191-0/+11
* Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-181-10/+2
* SSL: Implement session sharing and use it from QNetworkAccessManagerPeter Hartmann2013-02-061-0/+306