summaryrefslogtreecommitdiff
path: root/src/network/ssl/qsslsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* [BB10-internal] QSslConfiguration: add API to persist and resume SSL sessions4.8-bb10Peter Hartmann2013-06-031-0/+3
* [BB10-internal] QAbstractSocket: delay bind for TCP and SSL socketsPeter Hartmann2013-05-071-2/+39
* [BB10-internal] SSL: Implement session sharing and use it from QNetworkAccess...Peter Hartmann2013-05-071-0/+17
* SSL internals: do not write after shutting down the socketPeter Hartmann2013-04-241-0/+2
* QSslConfiguration: toggle on demand loading of root certs properlyPeter Hartmann2013-03-041-1/+14
* SSL docs: Be more explicit about the threats of ignoring SSL errorsPeter Hartmann2013-02-271-3/+7
* BlackBerry: change SSL root cert folderPeter Hartmann2013-01-141-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Add Blackberry path for SSL certificatesNicolas Arnaud-Cormos2012-06-071-0/+1
* Fix regressions due to partial QSslSocket::peek fixShane Kearns2012-03-301-11/+27
* Fix bug in qsslsocket peek()Kalle Viironen2012-03-191-0/+35
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Add the ability to enable various SSL bug workarounds.Richard Moore2011-10-211-0/+2
* Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-05-241-17/+19
|\
| * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| * Send User-Agent from the network request in http proxy CONNECT commandShane Kearns2011-05-051-0/+2
* | Doc: Fixed qdoc warnings.David Boddie2011-05-111-2/+2
|/
* Merge branch 'master' of scm.dev.troll.no:qt/qt-earth-team into symbian-socke...Shane Kearns2011-04-111-8/+3
|\
| * QSslSocket: fix setReadBufferSizeMartin Petersson2011-03-311-8/+2
| * QSslConfiguration: do not lazily construct the d-pointerPeter Hartmann2011-03-281-0/+1
* | Merge remote branch 'earth/master' into symbian-socket-engineShane Kearns2011-03-251-1/+1
|\ \ | |/
| * SSL: Switch default version to TlsV1SslV3 (i.e. use TLS 1 or SSL 3)Peter Hartmann2011-03-141-1/+1
* | Merge branch 'symbian-socket-engine' of scm.dev.troll.no:qt/qt-symbian-networ...Shane Kearns2011-03-081-0/+4
|\ \ | |/ |/|
| * Explicit network session for QNetworkAccessManagerShane Kearns2011-02-171-0/+4
* | SSL: Switch default version to TLS 1.0Peter Hartmann2011-02-281-2/+2
* | Add QSslSocket::setPeerVerifyName()/peerVerifyName()David Faure2011-02-281-0/+28
* | SSL backend: loat root certificates on demand on Unix (excluding Mac)Peter Hartmann2011-02-231-4/+38
|/
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Sockets: Private function for pausing/resuming notifiersMarkus Goetz2010-10-271-0/+14
* QSslSocket speed up loading of system certificates on Unix (not Mac)Peter Hartmann2010-09-281-1/+1
* QSslConfiguration: fix crash when accessing null pointerPeter Hartmann2010-08-301-0/+5
* Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-1/+1
* QSslSocket: fix documentation for QSslSocket::setPeerVerifyMode()Peter Hartmann2010-07-131-2/+2
* Don't load ciphers and system certificates for QSslSocket::supportsSsl()Andreas Kling2010-06-281-1/+1
* make QSslSocket::systemCaCertificates() use system certsPeter Hartmann2010-06-111-4/+4
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-131-0/+10
|\
| * Document Symbian platform security requirements on Qt APIsFrans Englich2010-04-121-0/+10
* | Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-171-5/+5
* | Port QtNetwork uses of QTime as a stopwatch to QTimestamp.Thiago Macieira2010-03-171-5/+5
|/
* Fix some foreach usage to use const refsMarkus Goetz2010-01-281-1/+1
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Doc: Fixed qdoc warnings.David Boddie2009-11-041-2/+8
* Merge remote branch 'origin/4.6' into core-4.6Thiago Macieira2009-10-281-0/+6
|\
| * QSslSocket: Add \reimp to the socket option functionsMarkus Goetz2009-10-261-0/+6
* | QAbstractSocket: wait with closing until all bytes have been writtenPeter Hartmann2009-10-271-0/+2
|/
* QSslSocket: Trigger a SSL transmission when reading from the socket.Markus Goetz2009-10-221-0/+15
* QSslSocket: Also handle setSocketOptionMarkus Goetz2009-10-191-0/+16
* QSslSocket: Documentation enhancementMarkus Goetz2009-10-151-0/+7