summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* Fixes: QtNetwork compilation for OpenSSL < 1.0.0aavit2013-05-233-3/+11
* Improve support for <MODULE>_PATH optionsMatt Fischer2013-05-101-5/+1
* Utilize the new Q_OS_MACX define.Jake Petroules2013-05-092-5/+5
* SSL internals: do not write after shutting down the socketPeter Hartmann2013-04-233-4/+13
* SSL internals: fix memory corruption using QSslConfigurationPrivatePeter Hartmann2013-04-181-2/+6
* SSL code: store SSL parameters for debugging, guarded by definePeter Hartmann2013-03-221-0/+35
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-165-13/+13
* Fixed build of SSL when using android-no-sdk.Samuel Rødal2013-03-071-3/+5
* Introducing the Qt Android portPaul Olav Tvete2013-03-051-1/+16
* Add support for intermediate certificates to server sockets.Richard Moore2013-02-195-0/+68
* Store the local certificate in a QList.Richard Moore2013-02-194-11/+31
* 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
* | Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-182-20/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-147-12/+75
|\|
| * Remove Nokia from ssl linking exception.Frederik Gladhorn2013-02-116-8/+65
| * Fix loading of SSL certificate of DER files.BogDan Vatra2013-02-081-4/+10
* | Try harder to locate external OpenSSL libraries on win32Erik van Pienbroek2013-02-091-7/+25
* | SSL: Use correct signature for SSL_get1_sessionMarcel Krems2013-02-092-2/+2
* | SSL: Implement session sharing and use it from QNetworkAccessManagerPeter Hartmann2013-02-0612-213/+488
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-291-1/+1
|\|
| * Doc: Fix module name formatSze Howe Koh2013-01-251-1/+1
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-298-32/+0
|/
* QSslConfiguration: toggle on demand loading of root certs properlyPeter Hartmann2013-01-234-1/+21
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1823-23/+23
* BlackBerry: change SSL root cert folderPeter Hartmann2013-01-141-1/+1
* Fix compile when verify is already definedAndy Shaw2013-01-141-0/+4
* SSL certificates: blacklist mis-issued Turktrust certificatesPeter Hartmann2013-01-041-0/+3
* Move the Q_DECLARE_METATYPE for QList<QSslError> to qsslerror.hStephen Kelly2013-01-032-4/+4
* Fix typo in docs.Richard Moore2012-12-211-1/+1
* Fix binary incompatibility between openssl versionsShane Kearns2012-12-103-3/+15
* Add more qtbase implictly-shared classes to the listGiuseppe D'Angelo2012-11-306-0/+6
* Fix typo in SSL error message.Friedemann Kleint2012-11-271-2/+2
* Remove qSort usages from SSL codeGiuseppe D'Angelo2012-11-081-2/+4
* QSslSocket: Allow disconnections within the connected() signalJocelyn Turcotte2012-10-251-3/+5
* documentation fixesMarcel Krems2012-09-271-1/+1
* wrap QLibrary related code with QT_NO_LIBRARYJing Bai2012-09-241-0/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2226-623/+623
* Fix build under MinGW after 1e3269c0863bfac26be9e9239b6427ea77c6175bKonstantin Ritt2012-09-221-0/+2
* Fix typo in docs.Frederik Gladhorn2012-09-191-1/+1
* Disable SSL compression by default.Richard Moore2012-09-182-3/+5
* network: Fix missing or improper include guard in headersSergio Ahumada2012-09-154-5/+9
* Add support for explicit TLS 1.1 and 1.2Brendan Long2012-08-295-0/+48
* SSL: remove unneeded volatile qualificationsMarc Mutz2012-08-291-2/+2
* QtNetwork: declare some classes as sharedMarc Mutz2012-08-236-0/+10
* doc: Fixed qdoc errors in SSLMartin Smith2012-08-182-12/+14
* Add possibility to add OpenSSL, DBUS, MySQL path under WindowsAndreas Holzammer2012-08-071-0/+5
* add configure options for debug/release OpenSSLPeter Kümmel2012-07-311-1/+12
* QtNetwork: unbreak QT_NO_SSL buildMarc Mutz2012-07-262-10/+8
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-253-4/+4