aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlnetwork/ssl/qqmlsslkey.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Mark src/qmlnetwork as security-significantIvan Solovev2025-06-241-0/+1
| | | | | | | | | | | | | | The classes in this subdirectory simply expose some of the QtNetwork classes to QML, and mostly act like proxies. The only interesting cases are related to reading ssl certificates from files, but in this case we just take the user-provided file path and use it in QFile without any preprocessing. So it's QFile's responsibility to parse the path. Fixes: QTBUG-136204 Pick-to: 6.10 6.9 6.8 Change-Id: Ia62fb8f7c8539c6461236b4c519a9371d7a03871 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
* Add QSslConfiguration and QSslKey to the QtNetwork QML moduleTatiana Borisova2023-10-051-0/+68
Task-number: QTBUG-115056 Change-Id: I14d55e9ef58f0e45c177f39e74ac15c3035e3342 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>