summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\|
| * Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-5/+5
|\|
| * QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' insteadAlexander Akulich2020-02-271-1/+1
| * Revert "QAbstractSocket: deprecate 'error' member-function"Alexander Akulich2020-02-261-4/+4
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-1/+24
|\|
| * QNetworkAccessManager: deprecate bearer related functionsMårten Nordheim2020-01-301-1/+1
| * Implement/fix session resumption with TLS 1.3Timur Pocheptsov2020-01-291-0/+16
| * Remove some usage of deprecated QSslCertificate::fromPathMårten Nordheim2020-01-291-0/+6
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-131-7/+28
|\|
| * QSslSocket: deprecate sslErrors() getterTimur Pocheptsov2020-01-101-3/+24
| * QAbstractSocket: deprecate 'error' member-functionTimur Pocheptsov2020-01-101-4/+4
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-2/+2
|\|
| * Fix some qdoc warningsFriedemann Kleint2020-01-031-1/+1
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-161-1/+1
| |\
| | * Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-121-1/+1
* | | QSslSocket (OpenSSL) improve alert messages handlingTimur Pocheptsov2019-12-031-1/+135
* | | QSsl - delete all mentions of SslV2 and SslV3Timur Pocheptsov2019-11-281-3/+14
|/ /
* / QSslSocket: Deprecate add[Default]CaCertificate[s]Mårten Nordheim2019-09-251-6/+41
|/
* Fix qdoc warningsFriedemann Kleint2019-09-101-1/+1
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-2/+2
* QSslSocket: do not bypass the base class' overridesGiuseppe D'Angelo2019-05-141-6/+6
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-161-4/+4
|\
| * Fix some qdoc warningsFriedemann Kleint2019-03-151-4/+4
* | Add input check for QSslSocket::setPrivateKeyKonstantin Shegunov2019-03-051-4/+13
|/
* QtNetwork: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-181-0/+6
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-2/+2
|\
| * Normalize some SIGNAL/SLOT signaturesJoerg Bornemann2019-02-061-2/+2
* | QSslSocket: Fix isMatchingHostname when the CN is an IP AddressMårten Nordheim2019-01-281-2/+0
* | QSslSocket - make ocsp response into ... ocsp responseSTimur Pocheptsov2019-01-271-7/+7
* | Ssl: Add support for IP-address in alternate subject nameMårten Nordheim2019-01-241-0/+13
* | Add class QOcspResponse, providing a bit more detailsTimur Pocheptsov2019-01-231-0/+16
* | Schannel supportMårten Nordheim2019-01-221-0/+4
* | QSsl: do not wait for 'connected'/'encrypted' if a protocol is disabledTimur Pocheptsov2018-12-211-0/+26
* | QSslSocket Doc: Don't refer to obsoleted functionsMårten Nordheim2018-12-141-10/+17
* | Add a means to specify the protocol type, to aid websockets over proxyAndy Shaw2018-12-101-0/+1
* | Enable OCSP stapling in QSslSocketTimur Pocheptsov2018-12-031-0/+6
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-0/+4
|\
| * Ssl: Fix contrived crash when calling resumeMårten Nordheim2018-10-101-0/+4
* | Ssl: clang-tidy modernize-use-nullptrMårten Nordheim2018-08-091-3/+3
* | Extend the feature 'dtls' to handle missing DTLS support in OpenSSLTimur Pocheptsov2018-07-131-0/+5
* | QSslSocket - bail out early if TLS initialization failsTimur Pocheptsov2018-06-051-0/+23
* | Add a new (D)TLS configurationTimur Pocheptsov2018-04-061-1/+60
|/
* Expand Config to Configuration in method namesEdward Welbourne2018-03-131-1/+1
* Introduce QSslConfiguration::backendConfigLars Schmertmann2018-01-261-0/+2
* doc: Add more missing return types to \fn commandsMartin Smith2018-01-241-3/+3
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-1/+13
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-1/+13
| |\
| | * QSslSocket::waitForDisconnected(): flush write buffer before waitingAlex Trotsenko2017-10-271-1/+13
* | | QSslSocket: implement skip() overloadAlex Trotsenko2017-10-071-0/+14
|/ /