summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* QSslSocket: respect read buffer's max size (SecureTransport)Timur Pocheptsov2016-09-271-1/+1
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* Remove unneeded ';' after some macrosKai Pastor2016-08-041-2/+2
* QSslSocketBackendPrivate: Remove QString warningsGabriel de Dietrich2016-07-121-6/+5
* QSslSocket: improve documentation of the supported protocolsGiuseppe D'Angelo2016-07-011-1/+2
* QSslSocket::transmit (macOS/iOS) - do not use invalid contextTimur Pocheptsov2016-06-301-3/+6
* Fix inconsistency between the #if guards in SSL PSK codeLiang Qi2016-06-221-2/+2
* QSslSocket (OpenSSL) - handle abort/close on sslErrors emittedTimur Pocheptsov2016-06-141-0/+5
* QSslSocket: Data is sent after a certificate is downloaded on Windows.Martin Porcelli2016-06-081-1/+5
* OpenBSD: add /etc/ssl as cert dirRalf Nolden2016-06-011-1/+2
* QSslSocket: remove unused variable in q_X509Callback()Marc Mutz2016-04-261-1/+0
* Don't include by default ciphers that are not supportedAntonio Larrosa2016-03-141-3/+5
* Do not send the trailing dot of a hostname as part of the SNIRichard J. Moore2016-03-131-0/+4
* QtNetwork: Silence Clang on Windows.Friedemann Kleint2016-02-171-1/+1
* Fix QT_DEPRECATED_SINCE usageJędrzej Nowacki2016-02-021-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-0/+2
|\
| * Add missing \since to QSslCipher QString overload.Florian Bruhin2015-12-101-0/+2
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-272-91/+310
|\|
| * Secure Transport - make it work on OS X 10.7Timur Pocheptsov2015-11-231-79/+212
| * Secure Transport backend - make it work on OS X 10.7Timur Pocheptsov2015-11-232-13/+103
* | Doc: replaced mentions of deprecated functionNico Vertriest2015-11-031-10/+9
* | QtNetwork: convert some QDateTime::currentDateTime() to currentDateTimeUtc()Marc Mutz2015-10-273-3/+6
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-232-4/+4
|\|
| * Doc: Edit description of QSslSocket::AddCaCertificates()Topi Reinio2015-10-232-4/+4
* | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-133-4/+4
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-022-5/+2
|\|
| * Doc: Corrected link issues in qtbaseNico Vertriest2015-09-042-5/+2
* | Fix missing "We mean it" in qtbase private headersThiago Macieira2015-10-011-0/+11
* | Clean up some Apple-related includes and declarations.Jake Petroules2015-09-221-0/+4
* | QAbstractSocket: Consolidate error reportingKai Koehne2015-09-145-124/+73
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-262-0/+15
|\|
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-122-0/+15
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-172-0/+15
| | |\
| | | * Network: Fix up previous corruption patchMarkus Goetz2015-07-082-0/+15
* | | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-065-8/+75
|\| | |
| * | | QSslSocket: Update error string in setSocketDescriptor()Kai Koehne2015-08-031-0/+1
| * | | ssl: add support for EC keys to non-OpenSSL backendsJeremy Lainé2015-07-313-1/+70
| * | | Fix SNI for TlsV1_0OrLater, TlsV1_1OrLater and TlsV1_2OrLaterAndré Klitzing2015-07-301-6/+3
| * | | ssl: fix native parsing of certificates with DSA keysJeremy Lainé2015-07-281-1/+1
| |/ /
* | | ssl: add openssl-based QSslKeyPrivate::encrypt / decryptJeremy Lainé2015-07-204-9/+86
* | | QtNetwork: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-192-2/+2
* | | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-172-47/+59
|\| |
| * | Define friend functions of QSslEllipticCurve outside of classKai Koehne2015-07-161-4/+8
| * | ssl: improve SecureTransport error loggingJeremy Lainé2015-07-151-42/+45
| * | ssl: fix SecureTransport handling of remote host disconnectJeremy Lainé2015-07-131-1/+6
* | | QSslSocket: remove code duplicationMarc Mutz2015-07-131-19/+13
* | | QSslSocket: use function objects and algorithms when sorting library pathsMarc Mutz2015-07-131-24/+26
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-018-170/+126
|\| |
| * | Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
| * | Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-278-169/+125
| |\ \