summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* QSsl: port a local QStringList to QDuplicateTrackerMarc Mutz2020-06-081-4/+5
* Doc: add missing PatternSyntax documentation to QSslCertificateSamuel Gaist2020-06-071-0/+18
* Remove winrtOliver Wolff2020-06-0613-1116/+8
* QtNetwork remove deprecated signalsTimur Pocheptsov2020-06-042-22/+0
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-023-1/+5
* CA fetcher (Windows) - relax the logic a bitTimur Pocheptsov2020-05-298-58/+252
* Fix deprecation warning by not going through QCharVolker Hilsheimer2020-05-251-2/+2
* QSslCertificate: overhaul ASN.1 datetime parsingGiuseppe D'Angelo2020-05-222-45/+60
* Add missing overrideAlexander Volkov2020-05-211-1/+1
* QSslSocket::addCaCertificates - do not duplicate certsTimur Pocheptsov2020-05-201-2/+2
* Make OpenSSL back-end work with 3.0 alphaTimur Pocheptsov2020-05-206-20/+112
* CA fetcher - do not add CA root if it's already presentTimur Pocheptsov2020-05-111-0/+2
* QSslSocket::setSslSonfiguration - set d.configuration properlyTimur Pocheptsov2020-05-081-1/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-042-4/+5
|\
| * Doc: Remove manual duplicate alias descriptionsPaul Wicking2020-04-281-2/+0
| * Fix 32bit int overflowAllan Sandfeld Jensen2020-04-271-2/+5
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-225-7/+22
|\|
| * OpenSSL: handle SSL_shutdown's errors properlyTimur Pocheptsov2020-04-155-7/+22
* | Don't anchor wildcard patterns twiceLars Knoll2020-04-151-1/+1
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-0912-19/+19
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-086-11/+34
|\|
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-032-5/+5
| * Deprecation warnings: replace qrand with QRandomGeneratorVolker Hilsheimer2020-03-231-1/+2
| * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Mitch Curtis2020-03-231-1/+17
| |\
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Mitch Curtis2020-03-201-1/+17
| | |\
| | | * q_getTimeFromASN1: fix invalid accessTimur Pocheptsov2020-03-191-1/+17
| | | * Fix symbol resolving for OPENSSL_NO_NEXPROTONEGTimur Pocheptsov2020-02-051-4/+4
| * | | OpenSSL: bump the minimum supported version to 1.1.1Giuseppe D'Angelo2020-03-201-0/+6
| |/ /
| * | Move the default arguments of fromPath away from the deprecated overloadLars Knoll2020-03-191-11/+6
* | | Remove bearermanagement usage inside QNAM and QNetworkProxyMårten Nordheim2020-04-011-4/+0
* | | Remove QRegExp usage from QSslCertificate and QSslSocketLars Knoll2020-03-315-178/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-114-9/+11
|\| |
| * | Schannel: Fix readBufferMaxSize impl with incomplete data optimizationMårten Nordheim2020-03-101-1/+2
| * | Document TlsV1SslV3 as deprecatedTimur Pocheptsov2020-03-041-1/+1
| * | QSslCertificate: Turn enum into enum class and expand abbreviationMårten Nordheim2020-03-043-8/+9
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-033-4/+4
|\| |
| * | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-283-4/+4
* | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-284-9/+9
|\| |
| * | QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' insteadAlexander Akulich2020-02-271-1/+1
| * | Revert "QAbstractSocket: deprecate 'error' member-function"Alexander Akulich2020-02-264-8/+8
* | | QSslConfiguration - fix a warningTimur Pocheptsov2020-02-141-0/+2
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-1310-11/+143
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-1/+1
| |\|
| | * Fix 'the the' typo in commentsLinus Jahn2020-02-021-1/+1
| * | QNetworkAccessManager: deprecate bearer related functionsMårten Nordheim2020-01-301-1/+1
| * | Implement/fix session resumption with TLS 1.3Timur Pocheptsov2020-01-298-7/+130
| * | Remove some usage of deprecated QSslCertificate::fromPathMårten Nordheim2020-01-293-2/+10
* | | Cleanup QSsl code a bitTimur Pocheptsov2020-02-114-28/+0
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-282-2/+125
|\| |
| * | QSslCertificate: migrate to QRegularExpressionSamuel Gaist2020-01-232-2/+125