summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: be more explicit about need to set expected SSL cert in errorsArnaud Bienner2014-05-271-1/+2
* Ensure all encrypted bytes are sent when closing QSslSocket.Richard J. Moore2014-05-261-0/+2
* Replace Note: with \note in documentationKurt Pattyn2014-03-131-3/+3
* SSL: add support for the Next Protocol Negotiation extensionPeter Hartmann2014-02-111-0/+4
* Fix the QSslSocket::setCiphers(const QString &) overload.Richard J. Moore2014-02-021-6/+3
* Ensure weak ciphers are not part of the default SSL configuration.Richard J. Moore2014-01-211-0/+1
* QSslConfiguration: rename [get]session() to [get]sessionTicket()Peter Hartmann2013-11-081-1/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-11/+11
* Fix ssh root certificates path for Blackberry playbook OS.sfabry2013-10-031-0/+1
* QSslConfiguration: add API to persist and resume SSL sessionsPeter Hartmann2013-05-101-0/+2
* SSL internals: do not write after shutting down the socketPeter Hartmann2013-04-231-0/+2
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-8/+8
* Add support for intermediate certificates to server sockets.Richard Moore2013-02-191-0/+26
* Store the local certificate in a QList.Richard Moore2013-02-191-6/+9
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-3/+7
|\
| * SSL docs: Be more explicit about the threats of ignoring SSL errorsPeter Hartmann2013-02-161-3/+7
* | SSL: Implement session sharing and use it from QNetworkAccessManagerPeter Hartmann2013-02-061-0/+17
|/
* QSslConfiguration: toggle on demand loading of root certs properlyPeter Hartmann2013-01-231-1/+14
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* BlackBerry: change SSL root cert folderPeter Hartmann2013-01-141-1/+1
* QSslSocket: Allow disconnections within the connected() signalJocelyn Turcotte2012-10-251-3/+5
* documentation fixesMarcel Krems2012-09-271-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* network: Fix missing or improper include guard in headersSergio Ahumada2012-09-151-1/+1
* QtNetwork: remove double buffering on socketsMartin Petersson2012-06-261-18/+11
* Add Blackberry path for SSL certificatesNicolas Arnaud-Cormos2012-06-061-0/+1
* Doc: Modularize QtNetwork documentation.Casper van Donderen2012-05-091-7/+7
* Various minor fixes for qdoc warnings.Richard Moore2012-05-061-2/+2
* Fix more qdoc warnings in qtnetwork.Richard Moore2012-05-061-1/+2
* Rename QAbstractSocket::PauseOnNotify -> PauseOnSslErrorsShane Kearns2012-05-041-1/+1
* Document new APIs in 5.0Shane Kearns2012-05-031-0/+2
* Fix bug in qsslsocket peek()Kalle Viironen2012-04-231-0/+51
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-5/+5
* Remove needless line "#define d d_ptr"Kent Hansen2012-02-151-2/+0
* Removing bad ###Qt5 note.Jonas M. Gastal2012-01-311-1/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* QAbstractSocket / QSslSocket: add API to pause and resumePeter Hartmann2012-01-251-0/+73
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Make (dis)connectTo(From)Host virtual in QAbstractSocket.Jonas M. Gastal2012-01-091-5/+5
* Make socket descriptors qintptr.Jonas M. Gastal2012-01-051-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Check we're connected before startClientEncryption()Richard Moore2011-12-071-0/+4
* Removing unnecessary hidden property "_q_user-agent".Jonas M. Gastal2011-11-241-2/+0
* SSL namespace: rename TlsV1 to TlsV1_0Peter Hartmann2011-11-161-1/+1
* network: remove Symbian specific codePeter Hartmann2011-11-141-10/+0
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-311-2/+2
* Add the ability to enable various SSL bug workarounds.Richard Moore2011-10-201-0/+2
* SSL internals: rename methods in the SSL backend to reflect public onesPeter Hartmann2011-07-111-2/+2
* QSslSocket: Add accessors for SSL versionRichard Moore2011-07-111-0/+21
* Add Happy-Eyeballs style IPv6 connection establishing.Martin Petersson2011-07-041-5/+6