diff options
| author | Petr Svenda | 2024-09-18 17:19:36 +0200 |
|---|---|---|
| committer | GitHub | 2024-09-18 17:19:36 +0200 |
| commit | b6c70e6f90c0218667bc70b9d42a625f7c07b417 (patch) | |
| tree | dd1079eb41792ece65d28603b9be0050f6773aec /src | |
| parent | 0d94fe453a70596a0f5c4b5def9cd046f75a7ae6 (diff) | |
| download | sec-certs-b6c70e6f90c0218667bc70b9d42a625f7c07b417.tar.gz sec-certs-b6c70e6f90c0218667bc70b9d42a625f7c07b417.tar.zst sec-certs-b6c70e6f90c0218667bc70b9d42a625f7c07b417.zip | |
add separate CRYSTALS keyword into rules.yaml
Some certificates mentions only CRYSTALS engine and not explicitly CRYSTALS-Kyber or CRYSTALS-Dilithium atop of it (e.g., NSCIB-CC-2300085-01-CR https://sec-certs.org/cc/54e6eb5c1bd57036/#st-info)
Diffstat (limited to 'src')
| -rw-r--r-- | src/sec_certs/rules.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sec_certs/rules.yaml b/src/sec_certs/rules.yaml index 43a309e1..92130703 100644 --- a/src/sec_certs/rules.yaml +++ b/src/sec_certs/rules.yaml @@ -589,6 +589,8 @@ asymmetric_crypto: pq_crypto: ClassicMcEliece: - "Classic[ -]McEliece" + CRYSTALS: + - "CRYSTALS" Kyber: - "(CRYSTALS-)?(Kyber|KYBER)" NTRU: |
