summaryrefslogtreecommitdiffstats
path: root/src/plugins/tls/openssl
Commit message (Expand)AuthorAgeFilesLines
* Provide new code paths for OpenSSL v3Timur Pocheptsov2021-07-285-157/+275
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-281-2/+1
* doCrypt() - check the error codesTimur Pocheptsov2021-07-231-1/+7
* Fix lcTlsBackend redefined in several places (plugins, static build)Timur Pocheptsov2021-07-202-0/+3
* Hold QSslContext in shared_ptrMarc Mutz2021-07-185-13/+13
* SSL: port QSharedPointer<QSslContext> uses to std-compatible API subsetMarc Mutz2021-07-162-8/+8
* Tidy up systemCaCertificates() function in OpenSSL backendEdward Welbourne2021-07-161-18/+11
* Make some lists const and use ranged-for to iterate themEdward Welbourne2021-07-151-8/+9
* QSslContext: remove unused fromConfiguration()Marc Mutz2021-07-133-10/+1
* Don't use a deprecated function if built/linked with OpenSSL v3Timur Pocheptsov2021-07-132-1/+20
* Diffie-Hellman parameters: remove useless 'fix'Timur Pocheptsov2021-07-093-58/+0
* Dont's use DTLS_MAX_VERSION when setting SSL_CTXTimur Pocheptsov2021-07-091-2/+2
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-071-2/+1
* Remove ministro codeAssam Boudjelthia2021-07-011-14/+0
* TLS: Mark TLS 1.0, 1.1 and DTLS 1.0 deprecatedMårten Nordheim2021-06-254-2/+29
* QSslSocket: Set isEncrypted to false on disconnectMårten Nordheim2021-06-251-0/+1
* tst_http2: use the supportedFeatures() instead of macrosTimur Pocheptsov2021-06-241-0/+4
* Fix inclusion of Qt6Network plugins in static buildsKai Köhne2021-06-041-5/+5
* QSsl::ImplementedClass - add DtlsCookieTimur Pocheptsov2021-05-271-0/+1
* Use templated QJniObject::object() instead of static_castAssam Boudjelthia2021-05-061-1/+1
* Move plugin code from QtNetwork to qtbase/pluginsTimur Pocheptsov2021-04-2220-0/+10003