summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslsocket_openssl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid accessing the internals of the SSL_CIPHER struct.Richard J. Moore2014-05-191-3/+1
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-121-12/+12
|\
| * Ignore expired certificate during certificate validationDaniel Molkentin2014-05-111-12/+12
* | Fix build against older OpenSSL.Sérgio Martins2014-04-141-0/+2
|/
* Ensure we initialize things before checking the openssl version.Richard J. Moore2014-04-081-0/+3
* Fix crash if SSL_get0_next_proto_negotiated() cannot be resolved.Friedemann Kleint2014-03-201-4/+6
* SSL: add support for the Next Protocol Negotiation extensionPeter Hartmann2014-02-111-0/+9
* Ensure weak ciphers are not part of the default SSL configuration.Richard J. Moore2014-01-211-1/+5
* Resolve error caused by server-initiated TLS renegotiationScott Deboy2013-09-171-5/+16
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-29/+38
|\
| * Android: Get SSL root certificates from TrustManagerPaul Olav Tvete2013-07-291-29/+36
| * QNX: hardcode on-demand SSL root cert loadingPeter Hartmann2013-07-261-0/+2
* | OSX: Make QSslSocket compile on 10.9Liang Qi2013-08-061-13/+13
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-041-1/+1
|\|
| * Fixes: QtNetwork compilation for OpenSSL < 1.0.0aavit2013-05-231-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-231-3/+3
|\|
| * Utilize the new Q_OS_MACX define.Jake Petroules2013-05-091-3/+3
* | QSslConfiguration: add API to persist and resume SSL sessionsPeter Hartmann2013-05-101-1/+9
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-291-4/+10
|\|
| * SSL internals: do not write after shutting down the socketPeter Hartmann2013-04-231-4/+10
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-221-2/+6
|\|
| * SSL internals: fix memory corruption using QSslConfigurationPrivatePeter Hartmann2013-04-181-2/+6
* | SSL namespace: Add enum to disable SSL session sharingPeter Hartmann2013-04-221-1/+1
|/
* 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