summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslsocket_openssl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utilize the new Q_OS_MACX define.Jake Petroules2013-05-091-3/+3
* SSL internals: do not write after shutting down the socketPeter Hartmann2013-04-231-4/+10
* 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
* Introducing the Qt Android portPaul Olav Tvete2013-03-051-1/+16
* Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-181-10/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-0/+15
|\
| * Remove Nokia from ssl linking exception.Frederik Gladhorn2013-02-111-0/+15
* | SSL: Implement session sharing and use it from QNetworkAccessManagerPeter Hartmann2013-02-061-207/+36
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix binary incompatibility between openssl versionsShane Kearns2012-12-101-3/+3
* Fix typo in SSL error message.Friedemann Kleint2012-11-271-2/+2
* wrap QLibrary related code with QT_NO_LIBRARYJing Bai2012-09-241-0/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix typo in docs.Frederik Gladhorn2012-09-191-1/+1
* Add support for explicit TLS 1.1 and 1.2Brendan Long2012-08-291-0/+20
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-4/+0
* QtNetwork: remove double buffering on socketsMartin Petersson2012-06-261-2/+3
* Fix deprecated API warningShane Kearns2012-05-231-1/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork]Thiago Macieira2012-05-041-1/+1
* Rename QAbstractSocket::PauseOnNotify -> PauseOnSslErrorsShane Kearns2012-05-041-1/+1
* Fix windows cert fetcher if site presents full chainShane Kearns2012-05-041-1/+3
* 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-011-2/+4
* QSslSocket: call to ERR_free_strings to free loaded error stringsMartin Petersson2012-04-201-0/+2
* fix qsslsocket build in -permissive mode (assigning const char* to char*)Konstantin Ritt2012-04-191-1/+1
* Change coreservices -> iosIan Dean2012-04-191-3/+3
* Added iOS compatibility.Qt4iOS2012-04-131-3/+3
* Use windows API to update missing CA rootsShane Kearns2012-04-111-14/+224
* Use SSL_MODE_RELEASE_BUFFERS in QSslSocketMartin Petersson2012-03-091-0/+7
* QSslSocket::verify certificates when on-demand loading is usedMartin Petersson2012-02-231-0/+4
* Prevent data loss when an ssl socket is closed by remoteShane Kearns2012-02-011-12/+21
* Emit QSslSocket::error in case of openssl gives an error.Jonas M. Gastal2012-02-011-25/+32
* Make the pause modes a QFlags.Richard Moore2012-01-301-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* QAbstractSocket / QSslSocket: add API to pause and resumePeter Hartmann2012-01-251-32/+30
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* SSL - dump failed certificate chains when debug logging is enabledShane Kearns2012-01-091-0/+21
* Fix renewed SSL certificates being incorrectly reported as expiredShane Kearns2012-01-061-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Handle plain socket write errors in SSLShane Kearns2011-12-221-2/+9
* SSL: fix build with -openssl-linked for OpenSSL 0.9.8*Peter Hartmann2011-12-221-4/+0
* SSL: fix build when compiled with -openssl-linkedPeter Hartmann2011-11-251-0/+4
* Improve the testability of QSslOptions.Richard Moore2011-11-171-29/+35
* SSL namespace: rename TlsV1 to TlsV1_0Peter Hartmann2011-11-161-4/+4
* Add the ability to do unsafe SSL renegotiation as a fallback.Richard Moore2011-11-151-0/+8
* network: remove Symbian specific codePeter Hartmann2011-11-141-202/+2
* Deprecate QSslCertificate::isValid() replace with isBlacklisted()Richard Moore2011-11-141-2/+2
* Add the ability to enable various SSL bug workarounds.Richard Moore2011-10-201-7/+26
* QSslCertificate: block all DigiNotar (intermediate and root) certsPeter Hartmann2011-09-071-6/+9