summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-291-0/+17
|\
| * Android: Fix SSL 1.1 support on API-21BogDan Vatra2019-07-261-0/+17
* | qsslsocket_openssl.cpp - restructure the codeTimur Pocheptsov2019-06-281-6/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-255-54/+70
|\|
| * TLS socket: make verification callback lock-free (OpenSSL)Timur Pocheptsov2019-06-175-51/+70
| * QSslSocket: add and set the TLSv1.3-specific PSK callbackv5.12.4Mårten Nordheim2019-06-123-0/+64
* | checkOcspResponse - remove unneeded lockingTimur Pocheptsov2019-06-171-14/+2
* | Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-173-0/+64
|\ \
| * | QSslSocket: add and set the TLSv1.3-specific PSK callbackMårten Nordheim2019-06-133-0/+64
* | | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-082-3/+3
|/ /
* | Fix some qdoc warningsFriedemann Kleint2019-03-151-4/+4
* | QOcspResponse - fix broken documentationTimur Pocheptsov2019-03-121-4/+4
* | Fix some qdoc warningsFriedemann Kleint2019-03-071-2/+2
* | QOcspResponse - fix a broken buildTimur Pocheptsov2019-03-061-4/+4
* | Fix can not -> cannotRobert Loehning2019-02-251-2/+2
* | QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-201-1/+1
* | 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
* | 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-083-12/+10
|\|
| * Normalize some SIGNAL/SLOT signaturesJoerg Bornemann2019-02-061-2/+2
| * 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
* | Merge dev into 5.13Paul Wicking2019-02-013-5/+94
|\ \
| * | Schannel: Add ALPN supportMårten Nordheim2019-01-281-2/+93
| * | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2019-01-281-1/+1
| |\ \
| | * | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-1/+1
| | |\|
| | | * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-081-0/+1
| | | |\
| | | * | Doc: Fix linking errors qtbaseNico Vertriest2019-01-031-1/+1
| * | | | 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-2214-4/+2353
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-071-0/+1
|\ \ \ | | |/ | |/|
| * | Copy backend configuration while setting dtls configSona Kurazyan2019-01-051-0/+1
| |/
* | QSsl: do not wait for 'connected'/'encrypted' if a protocol is disabledTimur Pocheptsov2018-12-212-0/+27
* | 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 Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-123-4/+4
* | 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-101-0/+1