summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* Doc: Remove manual duplicate alias descriptionsPaul Wicking2020-04-281-2/+0
* Fix 32bit int overflowAllan Sandfeld Jensen2020-04-271-2/+5
* OpenSSL: handle SSL_shutdown's errors properlyTimur Pocheptsov2020-04-155-7/+22
* 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
* | 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
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-283-4/+4
* | QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' insteadAlexander Akulich2020-02-271-1/+1
* | Revert "QAbstractSocket: deprecate 'error' member-function"Alexander Akulich2020-02-264-8/+8
* | 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
* | QSslCertificate: migrate to QRegularExpressionSamuel Gaist2020-01-232-2/+125
* | QSslSocket: deprecate sslErrors() getterTimur Pocheptsov2020-01-102-4/+28
* | QAbstractSocket: deprecate 'error' member-functionTimur Pocheptsov2020-01-104-8/+8
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-091-3/+5
|\|
| * Use prefixed ssl libs when "-openssl-linked" configure params is usedBogDan Vatra2020-01-071-3/+5
* | Fix some qdoc warningsFriedemann Kleint2020-01-031-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-161-1/+1
|\|
| * Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-121-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-031-8/+4
|\|
| * QSslSocket (OpenSSL) fix a resource leakTimur Pocheptsov2019-11-271-8/+4
* | Deprecate TlsV1SslV3Timur Pocheptsov2019-11-221-1/+3
* | Deprecate enumerators fro SSL v.2 and v.3 protocolsTimur Pocheptsov2019-11-131-2/+4
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-081-1/+2
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-061-1/+2
| |\
| | * Schannel: no longer keep old ssl errors around when reusing socketMårten Nordheim2019-10-071-1/+2
* | | QSslSocket - remove old OpenSSL backend (< 1.1)Timur Pocheptsov2019-11-0119-2539/+908
* | | Use Schannel's incomplete data guesstimation featureMårten Nordheim2019-10-212-0/+33
* | | Schannel refactoringMårten Nordheim2019-10-211-44/+61
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-191-0/+2
|\| |
| * | Make QSslError::SslError a Q_ENUMVolker Krause2019-10-181-0/+2
* | | QSslSocket: Deprecate add[Default]CaCertificate[s]Mårten Nordheim2019-09-252-12/+51
* | | QSslConfiguration: Add functions for adding CA certificatesMårten Nordheim2019-09-252-6/+77
|/ /
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-132-17/+10
|\|
| * Schannel: handle SEC_E_INCOMPLETE_DATA in acceptContextMårten Nordheim2019-09-101-1/+6
| * Schannel: unbreak renegotiation (and likely gracious shutdown)Mårten Nordheim2019-09-092-16/+4
* | Fix qdoc warningsFriedemann Kleint2019-09-101-1/+1
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-091-0/+12
|\|
| * Schannel: retain extra data after renegotiation is requestedMårten Nordheim2019-09-051-0/+12