summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslsocket_openssl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-1/+4
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-1/+4
| |\
| | * Avoid false positives from google by storing OpenSSL version as Unicode.Richard J. Moore2015-05-251-1/+4
* | | Remove unsafe random seeding fallback path.Richard J. Moore2015-05-291-24/+2
* | | Fix exclusion of anonymous ciphers.Richard J. Moore2015-04-251-2/+4
* | | Add the ability to prefer the cipher preferences specified by the server.Richard J. Moore2015-04-251-0/+3
|/ /
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-1/+1
|\|
| * Windows: Do not crash if SSL context is gone after root cert lookupDaniel Molkentin2015-04-011-1/+1
* | Silence MSVC warning about 64-bit conversion (loss of data)Thiago Macieira2015-03-121-1/+1
* | QSsl: add TlsV1_0OrLater, TlsV1_1OrLater, TlsV1_2OrLaterMikkel Krautz2015-02-131-0/+11
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-7/+13
|\|
| * SSL NPN negotiation: Do not abort on unmatched protocolsPeter Hartmann2015-02-051-7/+13
* | Remove unnecessary direct access to SSL_CIPHER struct.Richard J. Moore2015-02-081-9/+7
* | Remove legacy ifdefs for ancient openssl.Richard J. Moore2015-02-081-5/+1
* | ssl: fix QSslSocket::peerCertificateChain in server modeJeremy Lainé2015-02-071-12/+20
* | [QSSL] Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-01-281-1/+1
* | 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
|\|