summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* QSslSocket: Improve error handlingPeter Hartmann2010-07-131-1/+13
* QSslSocket: fix documentation for QSslSocket::setPeerVerifyMode()Peter Hartmann2010-07-131-2/+2
* fix build for -no-qt3supportPeter Hartmann2010-07-121-2/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-102-20/+56
|\
| * Fix handling of SSL certificates with wildcard domain namesRichard J. Moore2010-07-092-4/+39
| * SSL library loading: load system libs only oncePeter Hartmann2010-07-091-16/+17
| * Revert "SSL backend: load libraries for certificates only once"Peter Hartmann2010-07-093-30/+29
| * SSL backend: load libraries for certificates only oncePeter Hartmann2010-07-073-29/+30
* | Add exception barrier to QCertificateRetriever::RunL()Shane Kearns2010-07-082-3/+9
|/
* Support QSslSocket::systemCaCertificates() on SymbianSimon Hausmann2010-07-062-0/+198
* QSslSocket::systemCaCertificates(): fix for WinCEPeter Hartmann2010-07-052-0/+18
* QSslSocket::systemCaCertificates(): have one common case for all UnicesPeter Hartmann2010-07-011-7/+4
* SSL backend: correct ordering of root CA certificates in the storePeter Hartmann2010-06-301-2/+14
* Don't load ciphers and system certificates for QSslSocket::supportsSsl()Andreas Kling2010-06-283-12/+50
* Corrected filename case for wincrypt.hMark Brand2010-06-261-1/+1
* Fix warnings in QSslSocketPrivate::systemCaCertificates()Zeno Albisser2010-06-251-8/+8
* Temporary fix for regression in QSslCertificate::fromPath()Zeno Albisser2010-06-151-3/+8
* QSslSocket: fix build for MinGW and VS 2005Peter Hartmann2010-06-141-0/+4
* remove certificate bundlePeter Hartmann2010-06-112-1987/+0
* make QSslSocket::systemCaCertificates() use system certsPeter Hartmann2010-06-113-20/+138
* Adjusted RegExp in QSslCertificate::fromPath()Zeno Albisser2010-06-111-1/+1
* QSslCertificate: support large serial numbersPeter Hartmann2010-06-021-4/+19
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-141-1/+1
|\
| * Fix typos, there is no QT_NO_SSLMarkus Goetz2010-04-131-1/+1
* | 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
* | improve mingw 64 bit supportThierry Bastian2010-03-261-1/+1
* | 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
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-154-3/+21
|\ \ | |/ |/|
| * SSL: Fix memleak related to local certificateMarkus Goetz2010-03-154-3/+21
* | QSslKey: Do not make OpenSSL prompt for a password on stdinMarkus Goetz2010-03-151-3/+1
|/
* Fix some foreach usage to use const refsMarkus Goetz2010-01-282-2/+2
* Core classes, examples, demos: Some changes from string to charMarkus Goetz2010-01-281-2/+2
* QSslSocket: Take better care on how we use the SSL buffersMarkus Goetz2010-01-211-3/+23
* SSL Certificate: don't crash when the END CERTIFICATE line ends without CRLFThiago Macieira2010-01-211-4/+4
* Fix QSslCertificate issuesMarkus Goetz2010-01-181-2/+12
* QSslSocket: Remove writeBuffer,readBuffer and use from QAbstractSocketMarkus Goetz2010-01-131-3/+0
* Update copyright year to 2010Jason McDonald2010-01-0623-23/+23
* Doc: Fixed qdoc warnings.David Boddie2009-11-041-2/+8
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-032-3/+3
|\
| * Doc/i18n: Fixed source strings for translation.David Boddie2009-11-032-3/+3
* | Merge branch '4.6' into core-4.6Thiago Macieira2009-10-291-29/+28
|\ \
| * | QSslError: Actually make strings show up in the ts fileMarkus Goetz2009-10-281-29/+28
| |/
* | 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-223-0/+17
* QSslSocket: Also handle setSocketOptionMarkus Goetz2009-10-192-0/+20
* QSslSocket: Documentation enhancementMarkus Goetz2009-10-151-0/+7