diff options
| author | J08nY | 2024-09-19 14:02:27 +0200 |
|---|---|---|
| committer | J08nY | 2024-09-19 14:57:29 +0200 |
| commit | 7a9fecbc71af3d10d6c4dd8b9b6e4d9569fab224 (patch) | |
| tree | a7f8153ec1ee0e14f9f4052f499ee0343171e803 /src | |
| parent | 3eadb860e7d000471d38de208bfe37e07150bfcf (diff) | |
| download | sec-certs-7a9fecbc71af3d10d6c4dd8b9b6e4d9569fab224.tar.gz sec-certs-7a9fecbc71af3d10d6c4dd8b9b6e4d9569fab224.tar.zst sec-certs-7a9fecbc71af3d10d6c4dd8b9b6e4d9569fab224.zip | |
Add more PQC rules.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sec_certs/rules.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/sec_certs/rules.yaml b/src/sec_certs/rules.yaml index 5f6118e9..ba91a1aa 100644 --- a/src/sec_certs/rules.yaml +++ b/src/sec_certs/rules.yaml @@ -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" CRYSTALS: @@ -867,7 +871,7 @@ crypto_library: - "BearSSL" Botan: - "Botan" - Crypto++: + "Crypto++": - "Crypto\\+\\+" wolfSSL: - "wolfSSL" @@ -904,6 +908,8 @@ vulnerability: - "Minerva" TPM-Fail: - "TPM[\\.-]Fail" + EUCLEAK: + - "EUCLEAK" ##### # A side-channel analysis related term, grouped into SCA, FI and other. |
