diff options
| author | Mårten Nordheim <marten.nordheim@qt.io> | 2025-06-19 13:18:42 +0200 |
|---|---|---|
| committer | Mårten Nordheim <marten.nordheim@qt.io> | 2025-07-28 18:50:50 +0200 |
| commit | adb18ad479d0fbdfed1399740d01314119ce9e36 (patch) | |
| tree | b8aa036afcfa139e8b1302f20ad258a3480c36bb /src/plugins/tls/openssl/qsslcontext_openssl.cpp | |
| parent | 8d6ffc4b529fcd402eafa55770d144dc34f4e2df (diff) | |
CRA[plugins/tls]: Mark most of it critical
The files all deal with cryptography in one way or another,
some more directly than others.
Task-number: QTBUG-135730
Pick-to: 6.10 6.9 6.8
Change-Id: If4a7bba92de5f4577876623c403379008008643a
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/plugins/tls/openssl/qsslcontext_openssl.cpp')
| -rw-r--r-- | src/plugins/tls/openssl/qsslcontext_openssl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/tls/openssl/qsslcontext_openssl.cpp b/src/plugins/tls/openssl/qsslcontext_openssl.cpp index 4e141682d5b..1902416fedc 100644 --- a/src/plugins/tls/openssl/qsslcontext_openssl.cpp +++ b/src/plugins/tls/openssl/qsslcontext_openssl.cpp @@ -3,6 +3,7 @@ // Copyright (C) 2014 Governikus GmbH & Co. KG. // Copyright (C) 2016 Richard J. Moore <rich@kde.org> // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// Qt-Security score:critical reason:cryptography #include <QtNetwork/qsslsocket.h> #include <QtNetwork/qssldiffiehellmanparameters.h> |
