summaryrefslogtreecommitdiffstats
path: root/src/plugins/tls
Commit message (Expand)AuthorAgeFilesLines
* QOpenSSLBackend: Properly load 3.0 when compiled with 3.0Mårten Nordheim2021-10-151-3/+10
* tls: Fix typos in source code commentsJonas Kvinge2021-10-124-4/+4
* QTlsBackend (OpenSSL) : detect incompatible versionsTimur Pocheptsov2021-10-061-1/+13
* Fix loading certificates on Android with OpenSSLMårten Nordheim2021-09-211-2/+3
* Remove conditioning on Android embeddedEdward Welbourne2021-09-172-2/+2
* Fix loading of OpenSSL on macOS versions that ship its own OpenSSLTor Arne Vestbø2021-09-171-0/+5
* OpenSSL: Let people opt-in to use TLS 1.3 PSK callbackMårten Nordheim2021-09-081-2/+9
* QSslCertificate(OpenSSL plugin): fix memory leaks in extension 'parser'Timur Pocheptsov2021-09-043-12/+63
* TLS plugins: Prefix with 'q'Mårten Nordheim2021-08-304-4/+4
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-064-4/+4
* 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
* CMake: Fix incorrect default plugin conditions on WindowsAlexandru Croitor2021-07-221-1/+1
* Fix lcTlsBackend redefined in several places (plugins, static build)Timur Pocheptsov2021-07-208-53/+48
* Schannel: Fix ODR violation in static programsMårten Nordheim2021-07-203-39/+58
* 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
* QCryptographicHash: use a std::array to hold result (was: QByteArray)Marc Mutz2021-07-151-2/+2
* CMake: Don't give plugins PUBLIC usage requirements part 2Alexandru Croitor2021-07-152-4/+2
* 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
* Use QCryptographicHash::hash() more widelyMarc Mutz2021-07-071-6/+2
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-072-3/+2
* Remove ministro codeAssam Boudjelthia2021-07-011-14/+0
* Schannel: Get rid of Windows < 10 codeMårten Nordheim2021-06-251-7/+4
* TLS: Mark TLS 1.0, 1.1 and DTLS 1.0 deprecatedMårten Nordheim2021-06-258-7/+70
* QSslSocket: Set isEncrypted to false on disconnectMårten Nordheim2021-06-252-0/+2
* Schannel: fix compilation with QSSLSOCKET_DEBUGMårten Nordheim2021-06-241-1/+1
* tst_http2: use the supportedFeatures() instead of macrosTimur Pocheptsov2021-06-241-0/+4
* Schannel: Fix version functionsMårten Nordheim2021-06-141-7/+4
* Fix inclusion of Qt6Network plugins in static buildsKai Köhne2021-06-044-8/+9
* QSsl::ImplementedClass - add DtlsCookieTimur Pocheptsov2021-05-271-0/+1
* Use templated QJniObject::object() instead of static_castAssam Boudjelthia2021-05-061-1/+1
* Lowercase system includes and lib names for Windows, fix cross compilingMartin Storsjö2021-04-232-3/+3
* Move plugin code from QtNetwork to qtbase/pluginsTimur Pocheptsov2021-04-2256-0/+18994