We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0672027 commit 73368eaCopy full SHA for 73368ea
1 file changed
cpp/ql/lib/experimental/Quantum/OpenSSL/OpenSSL.qll
@@ -4,6 +4,10 @@ import semmle.code.cpp.dataflow.new.DataFlow
4
module OpenSSLModel {
5
import experimental.Quantum.Language
6
import experimental.Quantum.OpenSSL.EVPCipherOperation
7
+ import experimental.Quantum.OpenSSL.EVPHashOperation
8
+ import experimental.Quantum.OpenSSL.EVPCipherAlgorithmSource
9
+ import experimental.Quantum.OpenSSL.EVPHashAlgorithmSource
10
+
11
12
// // TODO: trace CTX from init variants to the context arg of EVP update calls
13
// //https://docs.openssl.org/master/man3/EVP_EncryptInit/#synopsis
0 commit comments