summaryrefslogtreecommitdiffstats
path: root/src/plugins/tls/openssl/qtlskey_openssl.cpp
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2025-06-19 13:18:42 +0200
committerMårten Nordheim <marten.nordheim@qt.io>2025-07-28 18:50:50 +0200
commitadb18ad479d0fbdfed1399740d01314119ce9e36 (patch)
treeb8aa036afcfa139e8b1302f20ad258a3480c36bb /src/plugins/tls/openssl/qtlskey_openssl.cpp
parent8d6ffc4b529fcd402eafa55770d144dc34f4e2df (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/qtlskey_openssl.cpp')
-rw-r--r--src/plugins/tls/openssl/qtlskey_openssl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/tls/openssl/qtlskey_openssl.cpp b/src/plugins/tls/openssl/qtlskey_openssl.cpp
index 294fc2ffcd9..f84461fd78b 100644
--- a/src/plugins/tls/openssl/qtlskey_openssl.cpp
+++ b/src/plugins/tls/openssl/qtlskey_openssl.cpp
@@ -1,5 +1,6 @@
// Copyright (C) 2021 The Qt Company Ltd.
// 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 "qsslsocket_openssl_symbols_p.h"
#include "qtlsbackend_openssl_p.h"