summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* QtNetwork: add member-swap to shared classesMarc Mutz2012-07-0612-0/+65
* QSslCertificate::fromPath fix wildcard handlingMartin Petersson2012-07-031-23/+30
* QtNetwork: remove double buffering on socketsMartin Petersson2012-06-262-20/+14
* Mark the testSslOption method as introduced in Qt 4.8Laszlo Papp2012-06-071-0/+2
* Add Blackberry path for SSL certificatesNicolas Arnaud-Cormos2012-06-061-0/+1
* Fix deprecated API warningShane Kearns2012-05-231-1/+1
* Change QSslCertificate::toText() to return a QString.Richard Moore2012-05-213-8/+8
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-1/+1
* Doc: Modularize QtNetwork documentation.Casper van Donderen2012-05-093-9/+9
* Various minor fixes for qdoc warnings.Richard Moore2012-05-062-9/+11
* Fix more qdoc warnings in qtnetwork.Richard Moore2012-05-063-1/+9
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork]Thiago Macieira2012-05-041-1/+1
* Rename QAbstractSocket::PauseOnNotify -> PauseOnSslErrorsShane Kearns2012-05-042-2/+2
* Fix windows cert fetcher if site presents full chainShane Kearns2012-05-041-1/+3
* Document new APIs in 5.0Shane Kearns2012-05-033-0/+11
* Document deprecated APIs in QSslShane Kearns2012-05-031-0/+10
* Document QSslCertificate deprecated functionsShane Kearns2012-05-031-4/+16
* Optimise windows cert fetching and fix test case.Shane Kearns2012-05-031-4/+22
* Fixed compile of QSslSocket with -qtnamespace on Windows.Rohan McGovern2012-05-012-9/+15
* Improved detection of libcrypto and libssl.Niels Weber2012-04-241-12/+51
* Fix bug in qsslsocket peek()Kalle Viironen2012-04-232-0/+54
* QSslSocket: call to ERR_free_strings to free loaded error stringsMartin Petersson2012-04-203-0/+5
* fix qsslsocket build in -permissive mode (assigning const char* to char*)Konstantin Ritt2012-04-191-1/+1
* Change coreservices -> iosIan Dean2012-04-192-5/+5
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-172-3/+3
|\