Skip to content

Commit

Permalink
Add more PQC rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed Sep 19, 2024
1 parent 0d94fe4 commit aad2cf3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/sec_certs/rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,10 @@ asymmetric_crypto:
# Post-quantum crypto primitive, grouped by primitive, from NIST-PQC.
#####
pq_crypto:
CRYSTALS:
- "CRYSTALS"
FIPS:
- "ML-KEM|ML-DSA|SLH-DSA"
ClassicMcEliece:
- "Classic[ -]McEliece"
Kyber:
Expand Down Expand Up @@ -864,7 +868,7 @@ crypto_library:
- "BearSSL"
Botan:
- "Botan"
Crypto++:
"Crypto++":
- "Crypto\\+\\+"
wolfSSL:
- "wolfSSL"
Expand Down Expand Up @@ -901,6 +905,8 @@ vulnerability:
- "Minerva"
TPM-Fail:
- "TPM[\\.-]Fail"
EUCLEAK:
- "EUCLEAK"

#####
# A side-channel analysis related term, grouped into SCA, FI and other.
Expand Down

0 comments on commit aad2cf3

Please sign in to comment.