summaryrefslogtreecommitdiffstats
path: root/src/plugins/tls
Commit message (Expand)AuthorAgeFilesLines
* QSslCertificate: add fromFile() methodAhmad Samir2025-05-141-1/+1
* qtlsbackend_openssl: optimize QDirListing usageAhmad Samir2025-05-141-3/+12
* qtlsbackend_openssl: use QFile::decodeName()Ahmad Samir2025-05-141-2/+2
* Schannel: Fix import of PKCS12/PFX files with CSP bag attributeTobias Koenig2025-04-291-1/+1
* Silence compilation warning about SecureTransport being deprecatedTor Arne Vestbø2025-04-251-3/+3
* Use QByteArray overloads of QString::from{Utf8,Latin1}Ahmad Samir2025-04-131-2/+2
* QCryptographicHash: remove QT_CRYPTOGRAPHICHASH_ONLY_SHA1Ahmad Samir2025-04-023-10/+0
* Schannel: chop off garbage bytes if encryption failsMårten Nordheim2024-12-181-1/+2
* Replace a few toString() or fromUtf8() QString::arg() parametersMarc Mutz2024-12-031-8/+5
* Schannel: fix endless loop in TlsCryptographSchannel::transmit()Vladimir Belyavsky2024-11-251-0/+9
* SecureTransport: use memory-only PKCS12 import on macOS >= 15Timur Pocheptsov2024-09-241-9/+24
* plugins/tls/openssl: use QBasicTimer instead of handling timer IDsAhmad Samir2024-09-012-10/+7
* Schannel: Send more than one message at a timeMårten Nordheim2024-07-301-33/+54
* Schannel: abstract away the container from the encryption codeMårten Nordheim2024-07-261-4/+7
* Schannel: extract encryption into methodMårten Nordheim2024-07-262-37/+61
* QTlsBackendOpenSSL: optimize QDirListing iterationAhmad Samir2024-07-251-1/+3
* QssLSocket: use QDirListing instead of QDir::entryList()Ahmad Samir2024-07-251-2/+5
* Logging: use qCDebug/Warning/Info when for categorized loggingVolker Hilsheimer2024-07-162-2/+2
* Use non static data member initialization on errorcode in QSslContextMate Barany2024-07-041-1/+1
* QDirListing: add flags to handle entries filteringAhmad Samir2024-06-271-5/+4
* Disable copy and move operations in QSslContextMate Barany2024-06-271-0/+1
* Schannel: fix handling of empty ciphers listMårten Nordheim2024-03-121-2/+4
* Port to QDirListingAhmad Samir2024-03-031-8/+7
* Schannel: check that plainsocket is open before useMårten Nordheim2024-02-271-3/+8
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Adapt ASN.1 datetime parsing to use the new century controlEdward Welbourne2023-12-081-12/+9
* Revert "OpenSSL: remove support for 1.1"Marianne Yrjänä2023-12-084-1/+52
* ASN1: speed up parsing of certificate timestampsMårten Nordheim2023-11-271-11/+12
* OpenSSL: remove support for 1.1Giuseppe D'Angelo2023-11-244-52/+1
* qopenssl: fix accidental pessimizationMårten Nordheim2023-11-151-1/+1
* Schannel: change UNREACHABLE into error-handlingMårten Nordheim2023-11-151-2/+6
* Openssl V3: try to work around the lack of SHLIB_VERSION_NUMBERTimur Pocheptsov2023-11-081-2/+14
* Schannel: Return if socket is invalidMårten Nordheim2023-11-061-2/+4
* Schannel: Avoid crashing for unparsed certificateTim Jenssen2023-11-032-4/+14
* Use SSL_CTX_set_dh_auto if DHparam is emptyAndré Klitzing2023-10-252-1/+4
* 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-182-3/+12
* qtls_schannel: avoid implicit detachAnton Kudryavtsev2023-09-081-1/+1
* OpenSSL: move DH calls under OPENSSL_NO_DEPRECATED_3_0 guardTimur Pocheptsov2023-08-312-14/+27
* tls: use string view types moreAnton Kudryavtsev2023-08-173-5/+4
* Return generic key from TlsKeyOpenSSL::handleTimur Pocheptsov2023-08-171-1/+1
* Remove explicit use of QT_USE_QSTRINGBUILDERAlexey Edelev2023-08-081-1/+0
* Use new QByteArray::assign() in QTlsBackendOpenSSL::dhParametersFromPem()Marc Mutz2023-07-181-1/+1
* QSslDiffieHellmanParameters: fix mem-leakMarc Mutz2023-07-181-0/+1
* Network plugins: include mocsMårten Nordheim2023-07-072-0/+4
* 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
* Remove the manual undef of the min/max macros, or def NOMINMAXAmir Masoud Abdol2023-06-081-4/+0
* Schannel: Reject certificate not signed by a configured CA certificateMårten Nordheim2023-05-231-0/+21