summaryrefslogtreecommitdiffstats
path: root/src/plugins/tls/schannel
Commit message (Expand)AuthorAgeFilesLines
* Schannel: fix handling of empty ciphers listMårten Nordheim2024-03-121-2/+4
* Schannel: check that plainsocket is open before useMårten Nordheim2024-02-271-3/+8
* Schannel: change UNREACHABLE into error-handlingMårten Nordheim2023-11-151-2/+6
* Schannel: Return if socket is invalidMårten Nordheim2023-11-061-2/+4
* Schannel: Avoid crashing for unparsed certificateTim Jenssen2023-11-032-4/+14
* Schannel: Enable ALPN for some mingw configurationsMårten Nordheim2023-10-201-1/+1
* Fix QNetworkAccessManager hang with low integrity level sandboxingJøger Hansegård2023-10-181-2/+9
* qtls_schannel: avoid implicit detachAnton Kudryavtsev2023-09-081-1/+1
* tls: use string view types moreAnton Kudryavtsev2023-08-171-2/+1
* Remove explicit use of QT_USE_QSTRINGBUILDERAlexey Edelev2023-08-081-1/+0
* Schannel: Add support for proper listing of ciphersTobias Koenig2023-06-162-29/+355
* Schannel: enable QStringBuilderMårten Nordheim2023-06-141-0/+1
* Schannel: define QT_NO_CAST_FROM_ASCIIMårten Nordheim2023-06-141-0/+2
* Schannel: Reject certificate not signed by a configured CA certificateMårten Nordheim2023-05-231-0/+21
* Schannel: Add support for import of PKCS12/PFX filesTobias Koenig2023-05-054-0/+171
* Schannel: Remove deprecated SCHANNEL_CRED based code pathTobias Koenig2023-05-031-64/+17
* Schannel: Enable users to let schannel pick a certificateMårten Nordheim2023-02-151-4/+6
* Schannel: Don't emit error when peer performs graceful disconnectionMårten Nordheim2022-12-151-2/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Schannel: move final read to disconnected()Mårten Nordheim2022-08-031-119/+122
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Schannel: remove outdated commentMårten Nordheim2022-07-281-1/+0
* Use SPDX license identifiersLucie Gérard2022-05-167-266/+14
* QtNetwork: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-211-6/+8
* Misc: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* 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
* CMake: Fix incorrect default plugin conditions on WindowsAlexandru Croitor2021-07-221-1/+1
* Schannel: Fix ODR violation in static programsMårten Nordheim2021-07-203-39/+58
* CMake: Don't give plugins PUBLIC usage requirements part 2Alexandru Croitor2021-07-151-2/+1
* 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-251-2/+20
* Schannel: fix compilation with QSSLSOCKET_DEBUGMårten Nordheim2021-06-241-1/+1
* Schannel: Fix version functionsMårten Nordheim2021-06-141-7/+4
* Fix inclusion of Qt6Network plugins in static buildsKai Köhne2021-06-041-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-228-0/+3050