summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* Add ephemeralServerKey to isNull() and operator==André Klitzing2016-05-132-0/+3
* QtNetwork: port the last remaining Q_FOREACH loop and add QT_NO_FOREACHMarc Mutz2016-05-121-1/+1
* Prospective MSVC 2013 build fixSimon Hausmann2016-05-101-2/+4
* QtNetwork: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-05-045-8/+16
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-1/+0
|\
| * QSslSocket: remove unused variable in q_X509Callback()Marc Mutz2016-04-261-1/+0
* | QtNetwork: use const (and const APIs) moreAnton Kudryavtsev2016-04-278-16/+16
* | QtNetwork: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-04-255-7/+7
* | QtNetwork: eradicate Q_FOREACH loops [already const]Marc Mutz2016-04-254-12/+12
* | QtNetwork: replace Java-style iteratorsAnton Kudryavtsev2016-04-191-3/+2
* | Remove redundant QT_PREPEND_NAMESPACETimur Pocheptsov2016-04-081-1/+1
* | QSslSocket (Mac): optimize string usageAnton Kudryavtsev2016-04-041-10/+10
* | QtNetwork: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-03-312-7/+7
* | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-303-4/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-3/+9
|\|
| * 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: 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