summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
* Doc: Remove outdated info and linkify valueMårten Nordheim2018-06-041-1/+1
* Fix build if openssl is configured with no-des or no-rc2André Klitzing2018-05-243-16/+37
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-092-5/+5
|\
| * Fix documentation of setBackendConfigurationOptionAndré Klitzing2018-04-252-5/+5
* | Fix crash in qsslsocket_opensslMårten Nordheim2018-05-041-3/+1
* | QSslSocket: Call transmit when encrypted on WinRTMårten Nordheim2018-04-211-0/+4
|/
* QSslCertificate (OpenSSL) use the correct *_free functionv5.11.0-beta4Timur Pocheptsov2018-04-153-1/+6
* QSslSocket (OpenSSL 1.1) - respect requested protocol versionTimur Pocheptsov2018-04-113-3/+71
* Fix TlsV1SslV3 case in the WinRT SSL backendMårten Nordheim2018-04-091-1/+1
* macOS: Fix memory leak in systemCaCertificatesPablo Marcos Oltra2018-03-271-1/+1
* Document an odditity in WinRTs SSL backendMårten Nordheim2018-03-231-3/+3
* Make QSsl::SecureProtocols also enable use of TLS1.{1,2}Mårten Nordheim2018-03-211-1/+5
* Expand Config to Configuration in method namesEdward Welbourne2018-03-134-15/+15
* Fix some qdoc-warnings for 5.11Friedemann Kleint2018-02-211-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-143-2/+4
|\
| * Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-203-2/+4
* | Introduce QSslConfiguration::backendConfigLars Schmertmann2018-01-2610-0/+170
* | doc: Add more missing return types to \fn commandsMartin Smith2018-01-243-9/+3
* | doc: Add missing class qualifier in \fn commandMartin Smith2018-01-121-1/+1
* | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-023-8/+17
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-303-8/+17
| |\|
| | * Fix typo in QSslKeyMårten Nordheim2017-12-211-1/+1
| | * winrt: Register ssl socket upgrade callback in Xaml threadOliver Wolff2017-12-201-2/+6
| | * Fix/workaround a quirk in SecureTransportTimur Pocheptsov2017-12-141-5/+10
| | * qsslsocket_mac: handle 'OrLater' SslProtocols in verifySessionProtocol()Mikkel Krautz2017-11-151-0/+6
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-232-2/+14
|\| |
| * | 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
* | | QSslSocketPrivate (SecureTransport) - add ALPN supportTimur Pocheptsov2017-11-141-1/+63
* | | QSsl: use QT_CONFIG(feature) instead of hardcoded constantTimur Pocheptsov2017-11-072-4/+6
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-1/+1
| |\|
| | * Replace 'an unique' with 'a unique'Kai Koehne2017-10-111-1/+1
* | | QSslSocket: implement skip() overloadAlex Trotsenko2017-10-072-0/+15
* | | Change qrand() to QRandomGenerator in the SSL backendSamuel Gaist2017-09-301-4/+3
* | | Qt Network: Remove code for Windows < 7Friedemann Kleint2017-09-291-2/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-265-2/+35
|\| |
| * | Fix loadOpenSslWin32Timur Pocheptsov2017-09-211-0/+18
| * | Fix OpenSSL 1.1 buildTimur Pocheptsov2017-09-141-2/+3
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-063-0/+14
| |\|
| | * Forward the readChannelFinished from the plain socket to the ssl socketAlbert Astals Cid2017-09-013-0/+14
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-195-8/+8
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-195-47/+47
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-312-1/+4
|\|
| * Fix crash when reading a PKCS12 file with no private keyEdward Welbourne2017-08-172-1/+4
* | QSslSocketBackendPrivate::transmit(): improve writing to OpenSSLAlex Trotsenko2017-08-271-3/+2
* | QSslSocket: stabilize triggering for writeAlex Trotsenko2017-08-032-1/+11
* | QSslSocketBackendPrivate::transmit(): improve reading from OpenSSLAlex Trotsenko2017-07-271-4/+5
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-191-3/+31
|\|