summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QSslSocket Doc: Don't refer to obsoleted functionsMårten Nordheim2018-12-141-10/+17
* OpenSSL: remove some more pre-1.0 fallbacksGiuseppe D'Angelo2018-12-143-65/+0
* OpenSSL: remove some < 1.0 codepathsGiuseppe D'Angelo2018-12-132-5/+2
* OpenSSL: drop support for SSLv2 and SSLv3Giuseppe D'Angelo2018-12-138-118/+34
* Use a QMultiMap for issuer/subjectInfoLars Knoll2018-12-122-6/+6
* Use QMultiMap::insert() instead of insertMulti()Lars Knoll2018-12-121-3/+3
* Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-1215-17/+17
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-111-9/+18
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-101-9/+18
| |\
| | * OpenSSL: also try the "1.0.2" sonameGiuseppe D'Angelo2018-11-291-9/+18
* | | Add a means to specify the protocol type, to aid websockets over proxyAndy Shaw2018-12-104-1/+37
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-081-5/+5
|\| |
| * | Revise filtering of Content-Length in HTTP cache controlEdward Welbourne2018-12-071-5/+5
* | | QNetworkCacheMetaData::AttributesMap is not a multi hashLars Knoll2018-12-071-5/+5
* | | Add tst_QOcsp auto-testTimur Pocheptsov2018-12-066-20/+142
* | | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2018-12-044-11/+8
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-044-11/+8
| |\| |
| | * | configure: actually resolve libraries into full filepathsOswald Buddenhagen2018-12-032-4/+3
| | * | QNetworkConfiguration: add missing timeout unit to setConnectTimeout docSamuel Gaist2018-12-011-0/+2
| | * | OpenSSL context (1.1) - make the if-fery/switch less uglyTimur Pocheptsov2018-11-301-7/+3
* | | | _q_makePkcs12: Don't embed a key if we don't have oneMårten Nordheim2018-12-041-2/+4
* | | | _q_makePkcs12: clean upMårten Nordheim2018-12-041-11/+7
|/ / /
* | | Enable OCSP stapling in QSslSocketTimur Pocheptsov2018-12-0312-7/+540
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-274-13/+11
|\| |
| * | Fix build errors in OpenSSL 1.1 backendTimur Pocheptsov2018-11-231-0/+2
| * | qnetworkinterface_unix: Use qstrncpy instead of strlcpyDmitry Shachnev2018-11-221-2/+3
| * | QLocalSocket (windows) - remove broken setErrorStringTimur Pocheptsov2018-11-222-11/+6
* | | Add support for Diffie-Hellman keys to QSslKeyLars Schmertmann2018-11-2310-8/+100
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-2210-18/+129
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-6/+4
| |\|
| | * QAbstractSocket::Bind: clarify some detailsEdward Welbourne2018-11-091-6/+4
| * | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-169-12/+125
| |\ \
| | * | Add missing protocol enumerators, report TLS 1.3 if negotiatedTimur Pocheptsov2018-11-079-12/+125
* | | | qnativesocketengine_win.cpp: Improve memory handlingIvan Komissarov2018-11-181-18/+8
* | | | Ssl: Windows: Don't load Crypt32 symbols on runtimeMårten Nordheim2018-11-164-65/+15
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-131-5/+9
|\| | |
| * | | Use timeout error for TCP timeouts on unixSven Erdem2018-11-111-5/+9
* | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-101-17/+0
|\| | |
| * | | QSocks5SocketEngine: Remove too optimistic check for UDP proxy setupAlexander Akulich2018-11-071-17/+0
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-063-4/+9
|\| | |
| * | | Fix supportsSsl() to make it more consistentTimur Pocheptsov2018-11-023-4/+9
| |/ /
* | | doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-052-24/+12
* | | doc: Let qdoc parse qdtls.h even without dtlsMartin Smith2018-10-301-0/+2
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-2512-59/+267
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-212-3/+25
| |\|
| | * OpenSSL: force the "1.0.0" soname when loading OpenSSL 1.0Giuseppe D'Angelo2018-10-192-3/+25
| * | 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
| * | QNetworkAccessManager: defer call to _q_networkSessionStateChangedUlf Hermann2018-10-161-1/+7
| * | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-158-55/+231