summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-132-3/+3
|\
| * Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-082-3/+3
* | Deprecate conversion functions between QList and QSetLars Knoll2019-05-071-1/+1
* | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-016-12/+0
* | Clear SSL key data as soon as possible when move-assigningKonstantin Shegunov2019-04-183-4/+24
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-045-6/+29
|\ \
| * | tst_qsslkey: test AES encryption in the 'encrypt' testMårten Nordheim2019-03-263-4/+20
| * | WinRT: Add support for AES-encrypted keysMårten Nordheim2019-03-262-2/+9
* | | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-0417-54/+54
|/ /
* | 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
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-151-4/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-141-4/+4
| |\|
| | * QOcspResponse - fix broken documentationTimur Pocheptsov2019-03-121-4/+4
* | | Schannel: support for AES-encrypted keysMårten Nordheim2019-03-152-4/+6
* | | More nullptr usage in headersKevin Funk2019-03-144-5/+5
|/ /
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-091-6/+6
|\|
| * Fix some qdoc warningsFriedemann Kleint2019-03-071-2/+2
| * QOcspResponse - fix a broken buildTimur Pocheptsov2019-03-061-4/+4
* | 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
* | Add input check for QSslSocket::setPrivateKeyKonstantin Shegunov2019-03-051-4/+13
* | Extend the test for QSslKeyLars Schmertmann2019-03-023-3/+9
* | Fix compilation without DTLSJędrzej Nowacki2019-03-011-2/+0
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-271-2/+2
|\|
| * Fix can not -> cannotRobert Loehning2019-02-251-2/+2
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-221-1/+1
|\|
| * QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-201-1/+1
* | 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
* 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