summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* QtNetwork: compile-optimize inline swap functionsMarc Mutz2022-03-178-8/+8
* QTlsBackend/QSslSocket - check the arguments we pass to QObject::connectTimur Pocheptsov2022-01-202-7/+11
* QtNetwork: Include moc filesMårten Nordheim2022-01-152-0/+4
* QTlsBackend: Fix living QObjects after QCoreApplication shutdownMike Achtelik2022-01-132-6/+15
* QSslSocket (SecureTransport) add TLS 1.3 ciphersuitesTimur Pocheptsov2022-01-121-0/+4
* QSslSocket: export QSslSocketPrivate, unbreaking ubsan buildsMarc Mutz2021-12-161-28/+28
* network: Fix typos in documentationJonas Kvinge2021-10-124-6/+6
* Doc: Centralize RFC documentation-links in rfc.qdocLuca Di Sera2021-09-165-9/+9
* Doc: mark documentation of internal functions as such to silence qdocVolker Hilsheimer2021-09-061-0/+1
* Fix lcTlsBackend redefined in several places (plugins, static build)Timur Pocheptsov2021-07-201-2/+0
* Hold QSslContext in shared_ptrMarc Mutz2021-07-184-8/+8
* QSslSocketPrivate: optimize unixRootCertDirectories()Marc Mutz2021-07-121-9/+15
* Fix some documentation warningsAndreas Buhr2021-07-121-1/+1
* QTlsBackend: Find mismatches faster in ciphersuite-string creationMårten Nordheim2021-06-251-10/+16
* TLS: Mark TLS 1.0, 1.1 and DTLS 1.0 deprecatedMårten Nordheim2021-06-254-7/+13
* Document TLS plugin classes (private, internal)Timur Pocheptsov2021-06-142-126/+1671
* QSsl::ImplementedClass - add DtlsCookieTimur Pocheptsov2021-05-272-4/+6
* Remove links to QRegularExpression#Wildcard matchingVolker Hilsheimer2021-04-271-2/+1
* Move plugin code from QtNetwork to qtbase/pluginsTimur Pocheptsov2021-04-2258-18952/+42
* Suppress warning (MSVC, C4250)Timur Pocheptsov2021-03-192-1/+11
* QAsn1Element: Avoid overflow in QAsn1Element::toIntegerRobert Löhning2021-03-181-2/+3
* Stop using QSslConfigurationPrivate inside the plugin codeTimur Pocheptsov2021-03-1812-249/+334
* Convert QSslSocket(Backend)Private into pluginTimur Pocheptsov2021-03-1740-2462/+3239
* Port from QScopedPointer to std::unique_ptrVolker Hilsheimer2021-03-152-3/+9
* QSslError: port to unique_ptrGiuseppe D'Angelo2021-03-142-3/+11
* Fix a BIC introduced by extending the namespace QSsl in _p.h filesTimur Pocheptsov2021-03-0543-243/+215
* Convert QDtls classes to the new plugin-based designTimur Pocheptsov2021-03-0410-278/+748
* Convert elliptic curves and DH params to work with QTlsBackendTimur Pocheptsov2021-03-0312-391/+372
* QSsl: fix UB pointer useTimur Pocheptsov2021-03-022-7/+7
* Move QSslCertificate's details and cert-related code to the pluginsTimur Pocheptsov2021-03-0219-1715/+536
* QtNetwork: Fix build with QT_NO_SSLFriedemann Kleint2021-02-221-2/+2
* A follow-up fix for potentially missing OpenSSL symbol resolvingTimur Pocheptsov2021-02-225-2/+28
* Port QSslKey to the new plugin-based implementationTimur Pocheptsov2021-02-1923-1935/+248
* qssl.h - address comments from API reviewTimur Pocheptsov2021-02-191-13/+13
* Introduce QSsl::X509Certificate interface and its implementationsTimur Pocheptsov2021-02-1826-192/+2881
* Doc: Fix documentation warnings qtbaseNico Vertriest2021-02-181-1/+1
* Schannel: Fix incomplete downloads with read buffer restrictedMårten Nordheim2021-02-153-1/+5
* Schannel: fix suspicious sizeof marked by clangMårten Nordheim2021-02-081-1/+1
* qtlskey_schannel_p.cpp: fix a compilation errorLi Xinwei2021-02-021-0/+1
* Schannel - fix a compilation errorTimur Pocheptsov2021-02-011-0/+1
* QSsl::TlsKey - provide the interface and implementationsTimur Pocheptsov2021-02-0120-16/+2469
* TLS backend: merge with its factoryTimur Pocheptsov2021-01-286-197/+129
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-271-6/+7
* Fix schannel compilation issuesMårten Nordheim2021-01-271-3/+3
* QSsl: add a new private APITimur Pocheptsov2021-01-228-320/+766
* QSslSocket - introduce the API providing information about backendsTimur Pocheptsov2021-01-218-7/+516
* QSsl: fix OpenSSL DLL names for Windows on ARMCameron Gutman2021-01-191-5/+9
* QSslCertificate: Guard against accessing empty QByteArrayRobert Loehning2021-01-111-1/+3
* Remove the qmake project filesJoerg Bornemann2021-01-071-122/+0
* QSslCertificate(OpenSSL) - harden protection against nullpointersTimur Pocheptsov2021-01-051-2/+25