summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* QSsl: fix UB pointer useTimur Pocheptsov2021-03-022-7/+7
* Convert elliptic curves and DH params to work with QTlsBackendTimur Pocheptsov2021-03-0112-391/+372
* Move QSslCertificate's details and cert-related code to the pluginsTimur Pocheptsov2021-02-2519-1715/+536
* QtNetwork: Fix build with QT_NO_SSLv6.1.0-beta1Friedemann Kleint2021-02-221-2/+2
* A follow-up fix for potentially missing OpenSSL symbol resolvingTimur Pocheptsov2021-02-225-2/+28
* qssl.h - address comments from API reviewTimur Pocheptsov2021-02-181-13/+13
* Port QSslKey to the new plugin-based implementationTimur Pocheptsov2021-02-1823-1935/+248
* Schannel: Fix incomplete downloads with read buffer restrictedMårten Nordheim2021-02-153-1/+5
* Introduce QSsl::X509Certificate interface and its implementationsTimur Pocheptsov2021-02-0726-192/+2881
* 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
* QSslCertificate::operator == - cleanup error queueTimur Pocheptsov2020-12-171-2/+9
* QSslSocket_schannel: Don't compare against undefined valueMårten Nordheim2020-12-161-1/+1
* TLS utils - remove useless static_assertTimur Pocheptsov2020-12-071-4/+0
* QSslSocket: Don't call 'transmit' in unencrypted modeMårten Nordheim2020-12-042-1/+4
* QSslSocket::verify: do not alter the default configurationTimur Pocheptsov2020-11-302-6/+12
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-231-4/+3
* QDtls - remove redundant RAII structTimur Pocheptsov2020-11-201-13/+1
* Fix schannel TLS 1.3 reneg delayMårten Nordheim2020-11-191-0/+2
* QAsn1Element: Read value in blocks to avoid oom at wrong lengthRobert Loehning2020-11-091-5/+13
* Fix link error when comparing QSslPreSharedKeyAuthenticatorFriedemann Kleint2020-11-041-1/+1
* Hide comparison operators for QtNetwork value types from non-ADLVolker Hilsheimer2020-10-308-70/+83
* Doc: Fix documentation warnings for Qt NetworkTopi Reinio2020-10-301-3/+3
* qsslsocket_schannel: update QMutexLocker usageMårten Nordheim2020-10-281-1/+1
* Refactor QMutexLocker to be able to handle recursive mutexesLars Knoll2020-10-172-3/+3
* Fix some bad uses of QSharedPointerData::operator T*Allan Sandfeld Jensen2020-10-162-3/+4
* QSslCertificate (generic) fill the extension's variant mapTimur Pocheptsov2020-10-161-2/+18
* Schannel: TLS1.3 supportMårten Nordheim2020-10-142-24/+105
* QSslSocket - replace NULL with nullptrTimur Pocheptsov2020-10-131-1/+1
* Remove dead codeLars Knoll2020-10-123-30/+0
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-031-1/+1
* QSsl: Remove enum value gapsMårten Nordheim2020-09-291-2/+2
* QSslConfiguration::setAllowedNextProtocol - remove the old signatureTimur Pocheptsov2020-09-282-8/+0
* Fix qdoc warnings: supportedCiphers is a member of QSslConfigurationVolker Hilsheimer2020-09-281-7/+7
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-2/+2
* Schannel: Properly handle request for certificateMårten Nordheim2020-09-141-43/+58
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-1/+0