diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sec_certs/rules.yaml | 6 |
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. |
