summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* QDtls - handle server-side timeoutsTimur Pocheptsov2018-07-052-16/+9
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-023-7/+13
|\
| * QtNetwork/SSL: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-222-6/+12
| * Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
* | QtNetwork: Fix and streamline translations of QDtlsFriedemann Kleint2018-06-284-14/+36
* | SSL: Add a feature for DTLSUlf Hermann2018-06-214-8/+20
* | Let's encrypt datagramsTimur Pocheptsov2018-06-1814-24/+2682
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-1/+1
|\|
| * Doc: Remove outdated info and linkify valueMårten Nordheim2018-06-041-1/+1
* | QSslSocket - bail out early if TLS initialization failsTimur Pocheptsov2018-06-051-0/+23
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-293-16/+37
|\|
| * Fix build if openssl is configured with no-des or no-rc2André Klitzing2018-05-243-16/+37
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-142-5/+5
|\|
| * 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
* | | QWindowsCARootFetcher: fix compile with QSSLSOCKET_DEBUGMårten Nordheim2018-05-111-0/+5
* | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-051-3/+1
|\| |
| * | Fix crash in qsslsocket_opensslMårten Nordheim2018-05-041-3/+1
* | | Introduce QPasswordDigestor functionsMårten Nordheim2018-04-233-0/+250
* | | QSslKey: Implement PKCS#8 support for the generic backendMårten Nordheim2018-04-234-6/+443
* | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-221-0/+4
|\| |
| * | QSslSocket: Call transmit when encrypted on WinRTMårten Nordheim2018-04-211-0/+4
| |/
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-183-1/+6
|\|
| * QSslCertificate (OpenSSL) use the correct *_free functionv5.11.0-beta4Timur Pocheptsov2018-04-153-1/+6
* | Add QSsl::Dtls1_0OrLater enumeratorTimur Pocheptsov2018-04-174-0/+16
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-04-123-3/+71
|\|
| * QSslSocket (OpenSSL 1.1) - respect requested protocol versionTimur Pocheptsov2018-04-113-3/+71
* | Fix loading pkcs#8 encrypted DER-encoded keys in opensslMårten Nordheim2018-04-115-20/+113
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-101-1/+1
|\|
| * Fix TlsV1SslV3 case in the WinRT SSL backendMårten Nordheim2018-04-091-1/+1
* | Add a new (D)TLS configurationTimur Pocheptsov2018-04-067-20/+177
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-283-5/+9
|\|
| * 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
* | Move QWindowsCaRootFetcher to its own fileMårten Nordheim2018-03-235-131/+251
* | Make getErrorsFromOpenSSL thread-safeTimur Pocheptsov2018-03-201-3/+4
* | Add DTLS-related API (OpenSSL)Timur Pocheptsov2018-03-194-1/+158
|/
* 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