summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* QtNetwork: optimize container usageAnton Kudryavtsev2016-03-031-2/+3
* Integrate network sockets into the multichannel infrastructureAlex Trotsenko2016-03-016-0/+42
* QtNetwork: don't use Boyer-Moore for single-character needlesMarc Mutz2016-02-241-5/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-182-2/+2
|\
| * QtNetwork: Silence Clang on Windows.Friedemann Kleint2016-02-171-1/+1
| * Fix QT_DEPRECATED_SINCE usageJędrzej Nowacki2016-02-021-1/+1
* | Merge "Merge dev into 5.7" into refs/staging/5.7Oswald Buddenhagen2016-02-171-4/+1
|\ \
| * | Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-121-4/+1
* | | QSslSocket (OpenSSL): replace QList<QPair> by QVector<Struct>Marc Mutz2016-02-172-25/+31
* | | QSslSocket (OpenSSL): use QMutexLockerMarc Mutz2016-02-171-2/+2
|/ /
* | Optimize QSslSocketPrivate::isMatchingHostname()Marc Mutz2016-02-081-7/+8
* | QRingBuffer: add append(const char *, qint64) functionAlex Trotsenko2016-02-013-6/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-0/+2
|\|
| * 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
* | | QSslContext: provide sharedFromConfiguration()Marc Mutz2016-01-203-2/+11
* | | QSslContext: separate creation and initializationMarc Mutz2016-01-192-10/+17
* | | Updated license headersJani Heikkinen2016-01-1551-698/+1004
* | | QIODevice: handle incomplete readsAlex Trotsenko2016-01-121-2/+2
* | | Make ephemeral server key availableSebastian Lösch2016-01-045-0/+32
* | | Fix namespaced build on OSX.Erik Verbruggen2015-12-191-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-022-91/+310
|\| |
| * | 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
* | | qsslsocket_shared_mac - fix a warning and compilation errorsTimur Pocheptsov2015-11-251-3/+3
* | | QSslSocket: evaluate CAs in all keychain categoriesDaniel Molkentin2015-11-245-52/+160
* | | Remove legacy platform code in QSslSocket for OS X < 10.5Daniel Molkentin2015-11-242-61/+27
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-045-17/+19
|\| |
| * | 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
* | | Secure Transport SSL backend - add a missing cipher suiteTimur Pocheptsov2015-10-221-0/+7
|/ /
* | 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