summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-094-106/+128
|\
| * Fix some qdoc warningsFriedemann Kleint2019-03-071-2/+2
| * QOcspResponse - fix a broken buildTimur Pocheptsov2019-03-061-4/+4
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-063-100/+122
| |\
| | * wasm: fix corrupt downloadsLorn Potter2019-03-041-1/+1
| | * Hpack - fix the static lookupTimur Pocheptsov2019-03-042-99/+121
* | | QSslKey - add a support for AES encrypted keysTimur Pocheptsov2019-03-085-2/+68
* | | QSslKey - clean up the code a bit (SecureTransport)Timur Pocheptsov2019-03-071-5/+9
* | | SecureTransport - make 'securetransport' feature publicTimur Pocheptsov2019-03-071-1/+1
* | | Add input check for QSslSocket::setPrivateKeyKonstantin Shegunov2019-03-051-4/+13
* | | Extend the test for QSslKeyLars Schmertmann2019-03-023-3/+9
* | | Disable DTLS is UDP socket is disabledJędrzej Nowacki2019-03-011-1/+1
* | | Fix compilation without DTLSJędrzej Nowacki2019-03-011-2/+0
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-274-5/+5
|\| |
| * | Fix can not -> cannotRobert Loehning2019-02-254-5/+5
* | | Add support for SPNEGO/Negotiate authenticationSandro Mani2019-02-257-151/+318
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-225-10/+10
|\| |
| * | QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-205-10/+10
* | | Fix a typoTimur Pocheptsov2019-02-221-1/+2
|/ /
* | Feature 'ocsp' - fix a broken win-32 buildEric Lemanissier2019-02-191-2/+2
* | QtNetwork: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-181-0/+6
* | OCSP response - fix APITimur Pocheptsov2019-02-185-60/+125
* | Fix: "Missing emit keyword on signal call"Alessandro Portale2019-02-133-9/+9
* | Fix: "Emit keyword being used with non-signal"Alessandro Portale2019-02-123-9/+9
* | Schannel: slightly optimize memory-usage for encryptionMårten Nordheim2019-02-081-24/+15
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-087-16/+18
|\|
| * Merge "Merge remote-tracking branch 'origin/5.12.1' into 5.12" into refs/stag...Qt Forward Merge Bot2019-02-061-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-02-061-1/+1
| | |\
| | | * Fix corewlan configure testJoerg Bornemann2019-01-281-1/+1
| * | | Normalize some SIGNAL/SLOT signaturesJoerg Bornemann2019-02-063-5/+5
| |/ /
| * | http2: skip content-length for content-encoding: gzip/deflateTimur Pocheptsov2019-02-011-0/+4
| * | Fix session resumption with OpenSSL 1.1André Klitzing2019-01-311-0/+4
| * | SecureTransport: do not set max protocol versionTimur Pocheptsov2019-01-271-12/+4
* | | Feature 'ocsp' - fix a broken win-64 buildTimur Pocheptsov2019-02-064-2/+78
* | | Add support for setting the peer verify name via the QNetwork* classesAndy Shaw2019-02-0611-9/+105
* | | Merge dev into 5.13Paul Wicking2019-02-015-7/+98
|\ \ \
| * | | Schannel: Add ALPN supportMårten Nordheim2019-01-281-2/+93
| * | | QtBase: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-2/+2
| * | | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2019-01-282-1/+3
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-262-1/+3
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-232-1/+3
| | | |\|
| | | | * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-085-37/+71
| | | | |\
| | | | * | Doc: Fix linking errors qtbaseNico Vertriest2019-01-031-1/+1
| | | | * | Work around FreeBSD 12.0 breaking source compatibility with IFM_FDDIThiago Macieira2019-01-011-0/+2
| * | | | | QSslSocket: Fix isMatchingHostname when the CN is an IP AddressMårten Nordheim2019-01-281-2/+0
* | | | | | QtNetwork: Fix some messages in OCSP staplingFriedemann Kleint2019-02-012-5/+5
|/ / / / /
* / / / / QSslSocket - make ocsp response into ... ocsp responseSTimur Pocheptsov2019-01-277-55/+35
|/ / / /
* | | | Ssl: Add support for IP-address in alternate subject nameMårten Nordheim2019-01-246-10/+78
* | | | Add class QOcspResponse, providing a bit more detailsTimur Pocheptsov2019-01-238-5/+484
* | | | Schannel supportMårten Nordheim2019-01-2215-7/+2371