summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslsocket_openssl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make it compile with openssl 1.0.0d, gcc 4.6Bernhard Rosenkraenzer2011-06-271-0/+4
* Merge remote branch 'origin/4.7' into qt-4.8-from-4.7Jani Hautakangas2011-06-221-2/+2
|\
| * SSL readbuffer 16->32 kBJaakko Koskenkorva2011-06-101-2/+2
* | Compile fix in network for iosIan2011-06-201-3/+3
* | Merge remote branch 'origin/4.7' into 4.8-from-4.7Rohan McGovern2011-06-011-2/+2
|\ \ | |/
| * Increase SSL readbuffer 1 -> 16 kBJaakko Koskenkorva2011-05-311-2/+2
| * Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* | SSL code: introduce new error value for blacklisted certificatesPeter Hartmann2011-04-071-7/+9
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-masteraxis2011-04-071-0/+7
|\ \
| * \ Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-311-0/+7
| |\ \ | | |/
| | * QSslSocket internals: abort on encountering blacklisted certificatesPeter Hartmann2011-03-251-0/+7
* | | 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-151-2/+4
* | SSL backend: avoid setting SNI hostname for old SSL versionsPeter Hartmann2011-03-141-1/+4
* | SSL: introduce new option TlsV1SslV3 for SSL communicationPeter Hartmann2011-03-141-1/+6
* | SSL backend: check at runtime for the right OpenSSL version for SNIPeter Hartmann2011-03-041-2/+3
* | SSL TLS extension on Symbian: work around missing symbolPeter Hartmann2011-02-281-0/+6
* | QSslSocket SNI: prefer verificationPeerName then peerName then hostNameDavid Faure2011-02-281-2/+5
* | Add Server Name Identification (RFC4366 section 3.1)Daniel Black2011-02-281-0/+10
* | Merge remote branch 'earth/master' into masterJoão Abecasis2011-02-281-10/+24
|\ \ | |/ |/|
| * SSL backend: loat root certificates on demand on Unix (excluding Mac)Peter Hartmann2011-02-231-10/+24
* | SSL: fix memory leak when loading certificates on Mac OS XMartin Petersson2011-02-161-0/+1
|/
* Update copyright year to 2011.Jason McDonald2011-01-101-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-181-17/+27
| |\
| * | 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-111-17/+27
|\ \ | |/ |/|
| * 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-111-17/+26
* | SSL: Fix crashes/hangs when retrieving CA certificatesShane Kearns2010-11-111-16/+59
|/
* Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
* QSslSocket speed up loading of system certificates on Unix (not Mac)Peter Hartmann2010-09-281-8/+29
* QSslSocketPrivate::systemCaCertificates() hangs sometimes on SymbianJuha Turunen2010-09-091-90/+103
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-101-0/+5
|\
| * QSslSocket: fix security vulnerability with wildcard IP addressesPeter Hartmann2010-08-101-0/+5
* | Fix regression with SSL connections failing on symbianShane Kearns2010-08-101-1/+1
|/
* Qt does not build with qt_namespace on macosCarlos Manuel Duclos Vergara2010-07-201-2/+2
* QSslSocket: Improve error handlingPeter Hartmann2010-07-131-1/+13
* 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-101-20/+55
|\
| * Fix handling of SSL certificates with wildcard domain namesRichard J. Moore2010-07-091-4/+38
| * 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-091-22/+20
| * SSL backend: load libraries for certificates only oncePeter Hartmann2010-07-071-20/+22
* | Add exception barrier to QCertificateRetriever::RunL()Shane Kearns2010-07-081-3/+8
|/
* Support QSslSocket::systemCaCertificates() on SymbianSimon Hausmann2010-07-061-0/+134