summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-0/+12
|\|
| * Forward the readChannelFinished from the plain socket to the ssl socketAlbert Astals Cid2017-09-011-0/+12
| * Allow Secure Transport backend to use a temporary keychainTimur Pocheptsov2017-04-041-0/+7
* | QSslSocket: stabilize triggering for writeAlex Trotsenko2017-08-031-1/+10
* | QSSLSocket::readData return -1 when socket is not connectedAlbert Astals Cid2017-06-081-0/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-281-6/+19
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-6/+19
| |\
| | * QSslSocket: fix connection to a international domain nameOlivier Goffart2017-03-231-6/+19
* | | Allow Secure Transport backend to use a temporary keychainTimur Pocheptsov2017-02-111-0/+7
|/ /
* / doc: Fix all remaining "Cannot tie" errors in QtBaseMartin Smith2017-01-061-1/+0
|/
* Remove last traces of MeeGoLars Knoll2016-11-231-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
| |\
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-1/+9
|\| |
| * | QSslSocket: reset connection parameters on disconnectAlex Trotsenko2016-07-051-0/+7
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-041-1/+2
| |\|
| | * QSslSocket: improve documentation of the supported protocolsGiuseppe D'Angelo2016-07-011-1/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-1/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-1/+2
| |\|
| | * OpenBSD: add /etc/ssl as cert dirRalf Nolden2016-06-011-1/+2
* | | Add settable QSslDiffieHellmanParameters for QSslSocket-based servers.Mikkel Krautz2016-05-251-0/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-2/+3
|\| |
| * | QtNetwork: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-05-041-1/+2
| * | QtNetwork: use const (and const APIs) moreAnton Kudryavtsev2016-04-271-1/+1