summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QSsl: workaround a 'very secure' OpenSSL version (CentOS 8.x et al)Timur Pocheptsov2020-09-123-0/+18
* TLS utils - move runtime check to compile timeTimur Pocheptsov2020-09-091-2/+6
* Don't use deprecated function: QVariant::canConvert(int targetTypeId)Wang Wei2020-09-081-1/+1
* Doc: Fix documentation warnings in Qt NetworkTopi Reinio2020-08-312-3/+4
* Disable cipherstring-setting test for schannelMårten Nordheim2020-08-241-0/+2
* QIODevice: implement a "zero-copy" strategy for buffered writesAlex Trotsenko2020-08-201-1/+1
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-4/+4
* Remove QSslSocket::abort()Alex Trotsenko2020-08-202-28/+11
* QSslContext - do a little cleanup (OpenSSL)Timur Pocheptsov2020-08-193-11/+11
* QSsl: introduce qtls_utils_p.h with simple RAII helpersTimur Pocheptsov2020-08-182-3/+101
* Disentangle QIODevice dependenciesLars Knoll2020-08-151-1/+1
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-142-9/+9
* Introduce QIODevice::skipData()Alex Trotsenko2020-08-113-6/+8
* Mark QSslError(SslError error) as explicitLars Schmertmann2020-08-062-6/+6
* QSslSocket: remove a redundant forward declarationTimur Pocheptsov2020-08-041-1/+0
* QtNetwork: use Q_DISABLE_COPY_MOVETimur Pocheptsov2020-08-043-3/+3
* Android: Install the qmldir files when configuring for a single abiAndy Shaw2020-08-031-1/+1
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-8/+8
* QSslSocket (OpenSSL, Windows) - make sure we ignore stale fetch resultsTimur Pocheptsov2020-07-283-1/+28
* QSslSocket (OpenSSL) - fix a minor type errorTimur Pocheptsov2020-07-282-2/+2
* SecureTransport: Set requested ciphers specified in the configurationAndy Shaw2020-07-242-0/+95
* QSslSocket::flush - purge the function marked for removal in Qt6Timur Pocheptsov2020-07-232-20/+0
* Fix OCSP-Stapling error if identity cannot be verifiedAndré Klitzing2020-07-171-0/+5
* QSslCertificate: remove manual parsing code for ASN.1 (on OpenSSL)Giuseppe D'Angelo2020-07-172-104/+8
* Android: Enable configuring for a single abi architectureAndy Shaw2020-07-101-1/+1
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-081-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-075-12/+12
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-061-1/+1
* QSslConfiguration::setCiphers - introduce the overload taking QStringTimur Pocheptsov2020-07-012-0/+28
* Move QAlertLevel and QAlertType enums into the namespace QSslTimur Pocheptsov2020-06-295-120/+122