summaryrefslogtreecommitdiffstats
path: root/src/plugins/tls
Commit message (Expand)AuthorAgeFilesLines
...
* TLS backend OpenSSL: Use function-static variable for symbol loadingIevgenii Meshcheriakov2022-09-021-343/+331
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-235-5/+5
* Remove unneeded @available check for macOS <= 10.14 and iOS <= 13Tor Arne Vestbø2022-08-051-47/+43
* darwin: Remove unneeded SDK version checks for older versionsTor Arne Vestbø2022-08-051-4/+0
* update function argument of SSL_CTX_set_optionsMichael Saxl2022-08-044-7/+12
* Schannel: move final read to disconnected()Mårten Nordheim2022-08-031-119/+122
* Add license headers to cmake filesLucie Gérard2022-08-035-0/+15
* Schannel: remove outdated commentMårten Nordheim2022-07-281-1/+0
* CMake: Don't propagate openssl headers for the tls pluginAlexandru Croitor2022-07-111-3/+2
* Make WrapOpenSSLHeaders an optional dependency of the OpenSSL pluginJoerg Bornemann2022-07-061-8/+6
* De-pessimize QTlsBackendOpenSSL::clearErrorQueue()Marc Mutz2022-05-191-2/+2
* QTlsBackendOpenSSL: don't allocate memory for a QString appendeeMarc Mutz2022-05-171-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-1651-1950/+114
* QTlsBackendCertOnlyPlugin: includemocsMarc Mutz2022-04-291-0/+2
* QTlsBackendOpenSSLPlugin: includemocsMarc Mutz2022-04-291-0/+2
* QtNetwork: replace remaining uses of QLatin1String by QLatin1StringViewSona Kurazyan2022-04-215-7/+7
* QtNetwork: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-218-140/+156
* QtNetwork: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-211-7/+5
* Add a test and remove a work-around for a fixed bugEdward Welbourne2022-03-291-7/+0
* TLS backend (OpenSSL): add warning messageTimur Pocheptsov2022-03-281-2/+3
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-3/+3
* Misc: Do not depend on transitive includesFabian Kosmale2022-03-173-0/+4
* Fix deprecated use of QBA/Q*String::countMårten Nordheim2022-03-153-5/+5
* Fix compiling with C++20 on macOSAllan Sandfeld Jensen2022-02-101-2/+2
* QSslSocket (SecureTransport) add TLS 1.3 ciphersuitesTimur Pocheptsov2022-01-122-0/+78
* CMake: link OpenSSL to openssl tls backend instead of QtNetworkFrank Su2022-01-061-2/+11
* OpenSSL: handle renegotiate errors by comparing certsMårten Nordheim2021-12-022-2/+52
* Openssl backend: reinsert a missing C in qCDebugMårten Nordheim2021-12-011-1/+1
* TLS plugin (OpenSSL): don't use the deprecated functionsTimur Pocheptsov2021-10-214-26/+58
* 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