summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'symbian-socket-engine' into staging-masterShane Kearns2011-05-101-0/+2
|\
| * Send User-Agent from the network request in http proxy CONNECT commandShane Kearns2011-05-051-0/+2
* | QSslConfiguration documentation fixTaito Silvola2011-05-051-2/+2
* | QSslConfiguration: fix equals operatorPeter Hartmann2011-04-151-1/+1
|/
* Merge branch 'master' of scm.dev.troll.no:qt/qt-earth-team into symbian-socke...Shane Kearns2011-04-118-37/+69
|\
| * SSL code: introduce new error value for blacklisted certificatesPeter Hartmann2011-04-073-7/+14
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-masteraxis2011-04-073-4/+38
| |\
| | * Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-313-4/+38
| | |\
| | | * QSslSocket internals: abort on encountering blacklisted certificatesPeter Hartmann2011-03-251-0/+7
| | | * QSslCertificate: report fraudulent certificates as invalidPeter Hartmann2011-03-242-4/+31
| * | | QSslSocket: fix setReadBufferSizeMartin Petersson2011-03-311-8/+2
| * | | QSslConfiguration: do not lazily construct the d-pointerPeter Hartmann2011-03-283-25/+22
* | | | Merge remote branch 'earth/master' into symbian-socket-engineShane Kearns2011-03-256-11/+38
|\ \ \ \ | |/ / /
| * | | SSL: send SNI extension only if not connecting to an IPPeter Hartmann2011-03-221-1/+2
| |/ /
| * | Merge remote-tracking branch 'origin/4.7' into HEADThiago Macieira2011-03-161-2/+11
| |\ \ | | |/
| | * SSL: Fix certification loading on Mac OS X 10.5Martin Petersson2011-03-141-2/+11
| * | SSL: give protocol enum SecureProtocols an own valuePeter Hartmann2011-03-154-6/+8
| * | SSL backend: avoid setting SNI hostname for old SSL versionsPeter Hartmann2011-03-142-2/+5
| * | SSL: Switch default version to TlsV1SslV3 (i.e. use TLS 1 or SSL 3)Peter Hartmann2011-03-145-5/+8
| * | SSL: introduce new option TlsV1SslV3 for SSL communicationPeter Hartmann2011-03-143-1/+10
* | | SSL: fix compilation on WindowsMartin Petersson2011-03-151-0/+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 backend: check at runtime for the right OpenSSL version for SNIPeter Hartmann2011-03-044-3/+9
* | | SSL TLS extension on Symbian: work around missing symbolPeter Hartmann2011-02-281-0/+6
* | | SSL: Switch default version to TLS 1.0Peter Hartmann2011-02-284-7/+7
* | | QSslSocket backend: resolve symbols for SNI for SymbianPeter Hartmann2011-02-281-0/+3
* | | Add QSslSocket::setPeerVerifyName()/peerVerifyName()David Faure2011-02-282-0/+31
* | | QSslSocket SNI: prefer verificationPeerName then peerName then hostNameDavid Faure2011-02-281-2/+5
* | | Add Server Name Identification (RFC4366 section 3.1)Daniel Black2011-02-284-0/+22
* | | Merge remote branch 'earth/master' into masterJoão Abecasis2011-02-285-14/+71
|\ \ \ | |_|/ |/| |
| * | SSL backend: loat root certificates on demand on Unix (excluding Mac)Peter Hartmann2011-02-235-14/+71
| |/
* | SSL: fix memory leak when loading certificates on Mac OS XMartin Petersson2011-02-161-0/+1
|/
* Update copyright year to 2011.Jason McDonald2011-01-1023-23/+23
* Fix warning about use of uninitialised variableThiago Macieira2010-11-261-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-11-191-2/+10
|\
| * Merge remote branch 'qt/4.7' into 4.7Jason McDonald2010-11-182-17/+28
| |\
| * | SSL: Fix for systemCaCertificates being called first on symbianShane Kearns2010-11-111-2/+10
* | | Doc: Fixing typoSergio Ahumada2010-11-161-1/+1
| |/ |/|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-11-112-17/+28
|\ \ | |/ |/|
| * Add FreeBSD's certificate bundle to the certificates list.Raphael Kubo da Costa2010-11-111-0/+1
| * SSL internals: upon error, read all errors from OpenSSLPeter Hartmann2010-11-112-17/+27
* | SSL: Fix crashes/hangs when retrieving CA certificatesShane Kearns2010-11-112-16/+60
|/
* Sockets: Private function for pausing/resuming notifiersMarkus Goetz2010-10-272-0/+16
* Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
* Merge commit 'doc-team/4.7' into 4.7Morten Engvoldsen2010-10-071-3/+4
|\
| * Doc: Fix broken links in QSslConfigurationGeir Vattekar2010-10-061-3/+4
* | Make the OpenSSL library search also hit /lib.Thiago Macieira2010-10-011-1/+1
|/
* QSslSocket speed up loading of system certificates on Unix (not Mac)Peter Hartmann2010-09-282-9/+30
* QSslSocketPrivate::systemCaCertificates() hangs sometimes on SymbianJuha Turunen2010-09-092-134/+136