summaryrefslogtreecommitdiffstats
path: root/src/plugins/tls/securetransport
Commit message (Expand)AuthorAgeFilesLines
* Network plugins: include mocsMårten Nordheim2023-07-071-0/+2
* TLS backend SecureTransport: properly clear SSLContextRefTimur Pocheptsov2023-01-051-0/+1
* qsslsocket_shared_mac: add more logging into certificate parsingTimur Pocheptsov2022-12-041-2/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Squash deprecation warnings about SecureTransport being deprecatedTor Arne Vestbø2022-09-131-0/+5
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* 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
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Use SPDX license identifiersLucie Gérard2022-05-168-306/+18
* QtNetwork: replace remaining uses of QLatin1String by QLatin1StringViewSona Kurazyan2022-04-211-1/+1
* QtNetwork: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-212-108/+112
* 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
* 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
* Fix lcTlsBackend redefined in several places (plugins, static build)Timur Pocheptsov2021-07-203-41/+43
* CMake: Don't give plugins PUBLIC usage requirements part 2Alexandru Croitor2021-07-151-2/+1
* TLS: Mark TLS 1.0, 1.1 and DTLS 1.0 deprecatedMårten Nordheim2021-06-252-3/+18
* QSslSocket: Set isEncrypted to false on disconnectMårten Nordheim2021-06-251-0/+1
* Fix inclusion of Qt6Network plugins in static buildsKai Köhne2021-06-041-1/+1
* Move plugin code from QtNetwork to qtbase/pluginsTimur Pocheptsov2021-04-229-0/+2264