Skip to content

Commit

Permalink
Merge pull request #434 from crocs-muni/feat/more-pqc-rules
Browse files Browse the repository at this point in the history
Add more PQC rules.
  • Loading branch information
J08nY authored Sep 19, 2024
2 parents 3eadb86 + 110a7dd commit 1bf7ddd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/sec_certs/rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,8 @@ asymmetric_crypto:
# Post-quantum crypto primitive, grouped by primitive, from NIST-PQC.
#####
pq_crypto:
FIPS:
- "ML-KEM|ML-DSA|SLH-DSA"
ClassicMcEliece:
- "Classic[ -]McEliece"
CRYSTALS:
Expand Down Expand Up @@ -867,7 +869,7 @@ crypto_library:
- "BearSSL"
Botan:
- "Botan"
Crypto++:
"Crypto++":
- "Crypto\\+\\+"
wolfSSL:
- "wolfSSL"
Expand Down Expand Up @@ -904,6 +906,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 1bf7ddd

Please sign in to comment.