summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslsocket_openssl.cpp
Commit message (Expand)AuthorAgeFilesLines
* QSslSocket: introduce support for TLS PSK (client side)Giuseppe D'Angelo2015-01-231-0/+68
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-181-45/+46
|\
| * Use categorized logging for ssl codeKai Koehne2014-12-101-45/+46
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-1/+1
|\|
| * Use camel case in PKCS#12 functionAlejandro Exojo2014-11-241-1/+1
* | SSL: Add support for selecting which curves should be used by an elliptic cipherGiuseppe D'Angelo2014-11-261-0/+28
|/
* Update QSsl::SecureProtocols to not include Sslv3Allan Sandfeld Jensen2014-10-241-1/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* ssl: Share the host name matching utilitiesAndrew Knight2014-08-271-59/+0
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-221-3/+1
|\
| * Avoid accessing the internals of the SSL_CIPHER struct.Richard J. Moore2014-05-191-3/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-12/+12
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-121-12/+12
| |\
| | * Ignore expired certificate during certificate validationDaniel Molkentin2014-05-111-12/+12
* | | Add support for loading PKCS#12 bundles.Richard J. Moore2014-05-111-0/+69
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-0/+2
|\| |
| * | Fix build against older OpenSSL.Sérgio Martins2014-04-141-0/+2
| |/
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-111-0/+3
|\|
| * Ensure we initialize things before checking the openssl version.Richard J. Moore2014-04-081-0/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-241-4/+6
|\|
| * Fix crash if SSL_get0_next_proto_negotiated() cannot be resolved.Friedemann Kleint2014-03-201-4/+6
* | Add accessors for the build-time version of openssl.Richard J. Moore2014-03-101-0/+10
* | Add support for finding the version of SSL/TLS in use.Richard J. Moore2014-03-101-0/+22
|/
* 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