summaryrefslogtreecommitdiffstats
path: root/src/plugins/tls/schannel/qtls_schannel.cpp
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-031-0/+9
* 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
* Schannel: Add support for proper listing of ciphersTobias Koenig2023-06-161-29/+354
* 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-051-0/+5
* 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
* Schannel: move final read to disconnected()Mårten Nordheim2022-08-031-119/+122
* Schannel: remove outdated commentMårten Nordheim2022-07-281-1/+0
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtNetwork: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-211-6/+8
* Schannel: Fix ODR violation in static programsMårten Nordheim2021-07-201-35/+49
* 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
* Move plugin code from QtNetwork to qtbase/pluginsTimur Pocheptsov2021-04-221-0/+2314