We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fed923 commit c0c2ae5Copy full SHA for c0c2ae5
cpp/ql/src/experimental/cryptography/example_alerts/WeakEllipticCurve.ql
@@ -23,9 +23,6 @@ exists(string tmpMsg |
23
not name = ["SECP256R1", "PRIME256V1",//P-256
24
"SECP384R1", //P-384
25
"SECP521R1", //P-521
26
- "NUMSP256T1",
27
- "NUMSP384T1",
28
- "NUMSP512T1",
29
"ED25519", "X25519"] and
30
tmpMsg = "Use of weak curve algorithm " + name + "."
31
)
0 commit comments