Skip to content

Commit c0c2ae5

Browse files
bdrodesropwareJB
authored andcommitted
Updating weak elliptic curve sample queries.
1 parent 5fed923 commit c0c2ae5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cpp/ql/src/experimental/cryptography/example_alerts/WeakEllipticCurve.ql

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ exists(string tmpMsg |
2323
not name = ["SECP256R1", "PRIME256V1",//P-256
2424
"SECP384R1", //P-384
2525
"SECP521R1", //P-521
26-
"NUMSP256T1",
27-
"NUMSP384T1",
28-
"NUMSP512T1",
2926
"ED25519", "X25519"] and
3027
tmpMsg = "Use of weak curve algorithm " + name + "."
3128
)

0 commit comments

Comments
 (0)