summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslsocket_openssl_symbols_p.h
Commit message (Expand)AuthorAgeFilesLines
* Move plugin code from QtNetwork to qtbase/pluginsTimur Pocheptsov2021-04-221-761/+0
* Convert QSslSocket(Backend)Private into pluginTimur Pocheptsov2021-03-171-1/+1
* QSsl: fix UB pointer useTimur Pocheptsov2021-03-021-5/+5
* QSsl: workaround a 'very secure' OpenSSL version (CentOS 8.x et al)Timur Pocheptsov2020-09-121-0/+3
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-8/+8
* QSslSocket (OpenSSL) - fix a minor type errorTimur Pocheptsov2020-07-281-1/+1
* QSslCertificate: remove manual parsing code for ASN.1 (on OpenSSL)Giuseppe D'Angelo2020-07-171-0/+1
* Make OpenSSL back-end work with 3.0 alphaTimur Pocheptsov2020-05-201-0/+12
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-0/+1
|\
| * OpenSSL: handle SSL_shutdown's errors properlyTimur Pocheptsov2020-04-151-0/+1
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-1/+17
|\|
| * Implement/fix session resumption with TLS 1.3Timur Pocheptsov2020-01-291-1/+17
* | QSslSocket (OpenSSL) improve alert messages handlingTimur Pocheptsov2019-12-031-0/+4
|/
* QSslSocket - remove old OpenSSL backend (< 1.1)Timur Pocheptsov2019-11-011-66/+148
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-0/+1
|\
| * TLS socket: make verification callback lock-free (OpenSSL)Timur Pocheptsov2019-06-171-0/+1
* | tst_qsslkey: test AES encryption in the 'encrypt' testMårten Nordheim2019-03-261-0/+5
* | Extend the test for QSslKeyLars Schmertmann2019-03-021-3/+4
* | Feature 'ocsp' - fix a broken win-64 buildTimur Pocheptsov2019-02-061-1/+1
* | OpenSSL: remove some more pre-1.0 fallbacksGiuseppe D'Angelo2018-12-141-12/+0
* | Add tst_QOcsp auto-testTimur Pocheptsov2018-12-061-9/+36
* | Enable OCSP stapling in QSslSocketTimur Pocheptsov2018-12-031-0/+39
* | Add support for Diffie-Hellman keys to QSslKeyLars Schmertmann2018-11-231-0/+5
|/
* Extend the feature 'dtls' to handle missing DTLS support in OpenSSLTimur Pocheptsov2018-07-131-0/+6
* OpenSSL: remove unused symbols/declarationsTimur Pocheptsov2018-07-131-2/+0
* Let's encrypt datagramsTimur Pocheptsov2018-06-181-1/+0
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-291-0/+4
|\
| * Fix build if openssl is configured with no-des or no-rc2André Klitzing2018-05-241-0/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-181-0/+3
|\|
| * QSslCertificate (OpenSSL) use the correct *_free functionv5.11.0-beta4Timur Pocheptsov2018-04-151-0/+3
* | Add DTLS-related API (OpenSSL)Timur Pocheptsov2018-03-191-0/+35
|/
* Introduce QSslConfiguration::backendConfigLars Schmertmann2018-01-261-0/+8
* QSsl: use QT_CONFIG(feature) instead of hardcoded constantTimur Pocheptsov2017-11-071-3/+5
* QSslSocket: OpenSSL 1.1 backendRichard J. Moore2017-07-041-110/+17
* Workaround the broken 'OPENSSL_config' (Windows)Timur Pocheptsov2017-02-111-0/+5
* Standardize some "We mean it" commentsFriedemann Kleint2016-08-171-3/+3
* Store QSslKey in specific key format to provide more details for keyLars Schmertmann2016-07-281-4/+6
* Add qtnetworkglobal.h and qtnetworkglobal_p.hLars Knoll2016-07-031-0/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-231-2/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-231-2/+2
| |\
| | * Fix inconsistency between the #if guards in SSL PSK codeLiang Qi2016-06-221-2/+2
* | | Add settable QSslDiffieHellmanParameters for QSslSocket-based servers.Mikkel Krautz2016-05-251-0/+21
* | | Add support for PSK on server sideAndré Klitzing2016-05-021-0/+3
* | | qsslsocket/qsslcontext - add ALPN (OpenSSL only)Timur Pocheptsov2016-03-211-0/+13
|/ /
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Make ephemeral server key availableSebastian Lösch2016-01-041-0/+3
|/
* ssl: add openssl-based QSslKeyPrivate::encrypt / decryptJeremy Lainé2015-07-201-0/+9
* Also add support for linked OpenSSL without SSL v2 & v3 supportDaniel Molkentin2015-06-281-0/+16
* 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