aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorJán Jančár2024-09-19 15:02:04 +0200
committerGitHub2024-09-19 15:02:04 +0200
commit1bf7dddbe56ebb2d2d35c82eb545870a1cee3667 (patch)
tree6161e2c4c34956f4cdeda87fce91867d36ee0d17 /src
parent3eadb860e7d000471d38de208bfe37e07150bfcf (diff)
parent110a7dda2d26cee46c53eb7e439d1f4ce81a4fdf (diff)
downloadsec-certs-1bf7dddbe56ebb2d2d35c82eb545870a1cee3667.tar.gz
sec-certs-1bf7dddbe56ebb2d2d35c82eb545870a1cee3667.tar.zst
sec-certs-1bf7dddbe56ebb2d2d35c82eb545870a1cee3667.zip
Merge pull request #434 from crocs-muni/feat/more-pqc-rules
Add more PQC rules.
Diffstat (limited to 'src')
-rw-r--r--src/sec_certs/rules.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/sec_certs/rules.yaml b/src/sec_certs/rules.yaml
index 5f6118e9..e30190de 100644
--- a/src/sec_certs/rules.yaml
+++ b/src/sec_certs/rules.yaml
@@ -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:
@@ -867,7 +869,7 @@ crypto_library:
- "BearSSL"
Botan:
- "Botan"
- Crypto++:
+ "Crypto++":
- "Crypto\\+\\+"
wolfSSL:
- "wolfSSL"
@@ -904,6 +906,8 @@ vulnerability:
- "Minerva"
TPM-Fail:
- "TPM[\\.-]Fail"
+ EUCLEAK:
+ - "EUCLEAK"
#####
# A side-channel analysis related term, grouped into SCA, FI and other.