summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslsocket_openssl_symbols.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-101-9/+18
|\
| * OpenSSL: also try the "1.0.2" sonameGiuseppe D'Angelo2018-11-291-9/+18
* | Fix build errors in OpenSSL 1.1 backendTimur Pocheptsov2018-11-231-0/+2
* | Add missing protocol enumerators, report TLS 1.3 if negotiatedTimur Pocheptsov2018-11-071-0/+4
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-211-0/+23
|\|
| * OpenSSL: force the "1.0.0" soname when loading OpenSSL 1.0Giuseppe D'Angelo2018-10-191-0/+23
* | wasm: enable Network for nothreadLorn Potter2018-09-281-0/+4
* | Modernize the "thread" featureUlf Hermann2018-08-171-2/+0
* | Ssl: clang-tidy modernize-use-nullptrMårten Nordheim2018-08-091-115/+115
* | Extend the feature 'dtls' to handle missing DTLS support in OpenSSLTimur Pocheptsov2018-07-131-0/+16
* | OpenSSL: remove unused symbols/declarationsTimur Pocheptsov2018-07-131-8/+0
* | Let's encrypt datagramsTimur Pocheptsov2018-06-181-2/+12
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-291-0/+8
|\|
| * Fix build if openssl is configured with no-des or no-rc2André Klitzing2018-05-241-0/+8
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-181-0/+2
|\|
| * QSslCertificate (OpenSSL) use the correct *_free functionv5.11.0-beta4Timur Pocheptsov2018-04-151-0/+2
* | Add DTLS-related API (OpenSSL)Timur Pocheptsov2018-03-191-1/+77
|/
* Introduce QSslConfiguration::backendConfigLars Schmertmann2018-01-261-0/+16
* QSsl: use QT_CONFIG(feature) instead of hardcoded constantTimur Pocheptsov2017-11-071-1/+1
* Fix loadOpenSslWin32Timur Pocheptsov2017-09-211-0/+18
* QSslSocket: OpenSSL 1.1 backendRichard J. Moore2017-07-041-184/+325
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-291-1/+10
|\
| * QSslSocket (OpenSSL) make supportsSsl return false, if v >= 1.1Timur Pocheptsov2017-05-211-1/+10
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-7/+6
|\|
| * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-7/+6
| * qsslsocket_openssl_symbols.cpp: Fix signedness warning in DEFINEFUNC2Friedemann Kleint2017-01-311-1/+1
* | Workaround the broken 'OPENSSL_config' (Windows)Timur Pocheptsov2017-02-111-0/+10
* | qsslsocket_openssl_symbols.cpp: Fix signedness warning in DEFINEFUNC2Friedemann Kleint2016-11-241-1/+1
|/
* Store QSslKey in specific key format to provide more details for keyLars Schmertmann2016-07-281-0/+4
* OpenSSL symbols - resolve ALPN-related functionsTimur Pocheptsov2016-06-201-0/+5
* Add settable QSslDiffieHellmanParameters for QSslSocket-based servers.Mikkel Krautz2016-05-251-0/+14
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-7/+7
|\
| * QtNetwork: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-04-251-1/+1
| * QtNetwork: eradicate Q_FOREACH loops [already const]Marc Mutz2016-04-251-6/+6
* | Add support for PSK on server sideAndré Klitzing2016-05-021-0/+4
* | qsslsocket/qsslcontext - add ALPN (OpenSSL only)Timur Pocheptsov2016-03-211-0/+12
|/
* Updated license headersJani Heikkinen2016-01-151-14/+20
* ssl: add openssl-based QSslKeyPrivate::encrypt / decryptJeremy Lainé2015-07-201-0/+18
* QSslSocket: remove code duplicationMarc Mutz2015-07-131-19/+13
* QSslSocket: use function objects and algorithms when sorting library pathsMarc Mutz2015-07-131-24/+26
* Also add support for linked OpenSSL without SSL v2 & v3 supportDaniel Molkentin2015-06-281-0/+4
* Define openssl symbol resolution warning function only if necessaryUlf Hermann2015-06-221-0/+3
* QSslSocket: fix compilation errorNikita Baryshnikov2015-03-041-1/+1
* Use d2i_DHparams instead of poking around inside the DH struct.Richard J. Moore2015-02-161-0/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-0/+12
|\
| * Fix compile error if openssl is built with no-ssl3-methodAndré Klitzing2015-01-161-0/+12
* | Remove legacy ifdefs for ancient openssl.Richard J. Moore2015-02-081-20/+2
* | Stop accessing the internals of the SSL_CTX structure.Richard J. Moore2015-02-071-0/+2
* | QSslSocket: introduce support for TLS PSK (client side)Giuseppe D'Angelo2015-01-231-0/+16