Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more PQC rules. #434

Merged
merged 2 commits into from
Sep 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading