summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clarify the priority in selecting TLS backendsTimur Pocheptsov2024-03-221-1/+6
* Fix accidental implicit QBA->QString conversionMårten Nordheim2024-01-181-4/+3
* Fix missing certs directory in VxWorksMarcin Zdunek2024-01-161-1/+14
* Doc: Don't mention setDefaultCiphers() (removed in Qt 6.0)Kai Köhne2023-09-281-2/+1
* QtNetwork: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-261-2/+3
* Ssl: Copy the on-demand cert loading bool from default configMårten Nordheim2023-05-291-0/+5
* Port from container.count()/length() to size()Marc Mutz2022-10-041-4/+4
* Remove mentions of SSL 3 in documentationMårten Nordheim2022-05-301-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QtNetwork: replace remaining uses of QLatin1String by QLatin1StringViewSona Kurazyan2022-04-211-2/+2
* QtNetwork: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-211-3/+5
* QtNetwork: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-211-5/+5
* QTlsBackend/QSslSocket - check the arguments we pass to QObject::connectTimur Pocheptsov2022-01-201-4/+6
* QTlsBackend: Fix living QObjects after QCoreApplication shutdownMike Achtelik2022-01-131-1/+6
* network: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* Hold QSslContext in shared_ptrMarc Mutz2021-07-181-2/+2
* QSslSocketPrivate: optimize unixRootCertDirectories()Marc Mutz2021-07-121-9/+15
* TLS: Mark TLS 1.0, 1.1 and DTLS 1.0 deprecatedMårten Nordheim2021-06-251-0/+3
* Move plugin code from QtNetwork to qtbase/pluginsTimur Pocheptsov2021-04-221-1/+1
* Stop using QSslConfigurationPrivate inside the plugin codeTimur Pocheptsov2021-03-181-8/+0
* Convert QSslSocket(Backend)Private into pluginTimur Pocheptsov2021-03-171-42/+357
* A follow-up fix for potentially missing OpenSSL symbol resolvingTimur Pocheptsov2021-02-221-0/+5
* Doc: Fix documentation warnings qtbaseNico Vertriest2021-02-181-1/+1
* Schannel: Fix incomplete downloads with read buffer restrictedMårten Nordheim2021-02-151-1/+1
* QSsl::TlsKey - provide the interface and implementationsTimur Pocheptsov2021-02-011-1/+16
* TLS backend: merge with its factoryTimur Pocheptsov2021-01-281-6/+6
* QSsl: add a new private APITimur Pocheptsov2021-01-221-40/+48
* QSslSocket - introduce the API providing information about backendsTimur Pocheptsov2021-01-211-1/+145
* QSslSocket: Don't call 'transmit' in unencrypted modeMårten Nordheim2020-12-041-1/+1
* 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-201-27/+11
* Introduce QIODevice::skipData()Alex Trotsenko2020-08-111-5/+7
* QSslSocket (OpenSSL, Windows) - make sure we ignore stale fetch resultsTimur Pocheptsov2020-07-281-0/+13
* QSslSocket::flush - purge the function marked for removal in Qt6Timur Pocheptsov2020-07-231-19/+0
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Move QAlertLevel and QAlertType enums into the namespace QSslTimur Pocheptsov2020-06-291-68/+0
* Use QList instead of QVector in networkJarek Kobus2020-06-261-5/+5
* QSslSocket: remove certificate-related settersTimur Pocheptsov2020-06-221-188/+0
* QSslSocket: delete deprecated cipher settings APITimur Pocheptsov2020-06-161-146/+0
* Port QtNetwork from QStringRef to QStringViewLars Knoll2020-06-101-3/+3
* Remove winrtOliver Wolff2020-06-061-3/+0
* QtNetwork remove deprecated signalsTimur Pocheptsov2020-06-041-19/+0
* CA fetcher (Windows) - relax the logic a bitTimur Pocheptsov2020-05-291-0/+1
* CA fetcher - do not add CA root if it's already presentTimur Pocheptsov2020-05-111-0/+2
* QSslSocket::setSslSonfiguration - set d.configuration properlyTimur Pocheptsov2020-05-081-1/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-1/+1
|\
| * OpenSSL: handle SSL_shutdown's errors properlyTimur Pocheptsov2020-04-151-1/+1
* | Remove bearermanagement usage inside QNAM and QNetworkProxyMårten Nordheim2020-04-011-4/+0
* | Remove QRegExp usage from QSslCertificate and QSslSocketLars Knoll2020-03-311-79/+0