summaryrefslogtreecommitdiffstats
path: root/src/plugins/tls/openssl
Commit message (Expand)AuthorAgeFilesLines
* QSsl[OpenSSL/Android]: Fix hardcoded 1_1 suffixMårten Nordheim2022-11-021-8/+8
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-116-7/+7
* Port from container.count()/length() to size()Marc Mutz2022-10-046-17/+17
* QTlsBackendOpenSSL: Early return from ensureCiphersAndCertsLoaded()Ievgenii Meshcheriakov2022-09-072-7/+16
* QTlsBackendOpenSSL: Make ensureLibraryLoaded() privateIevgenii Meshcheriakov2022-09-051-2/+1
* QTlsBackendOpenSSL: Use a function-static variable in ensureLibraryLoaded()Ievgenii Meshcheriakov2022-09-022-10/+6
* 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-231-1/+1
* update function argument of SSL_CTX_set_optionsMichael Saxl2022-08-044-7/+12
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* 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-1619-730/+46
* QTlsBackendOpenSSLPlugin: includemocsMarc Mutz2022-04-291-0/+2
* QtNetwork: replace remaining uses of QLatin1String by QLatin1StringViewSona Kurazyan2022-04-214-6/+6
* QtNetwork: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-214-25/+33
* QtNetwork: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-211-7/+5
* 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-172-0/+3
* Fix deprecated use of QBA/Q*String::countMårten Nordheim2022-03-152-3/+3
* 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-123-3/+3
* 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-301-1/+1
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-061-1/+1
* 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