diff options
| author | J08nY | 2025-04-01 16:45:39 +0200 |
|---|---|---|
| committer | J08nY | 2025-04-01 16:45:39 +0200 |
| commit | 72a9729ea604e14f7718a8369da68447e001c5aa (patch) | |
| tree | dbb8cd5ee935b5928feac0b64aed2666a165b5bc /src | |
| parent | 7aacee686f4a2714d9e230bfdf20c79c21c6f461 (diff) | |
| download | sec-certs-72a9729ea604e14f7718a8369da68447e001c5aa.tar.gz sec-certs-72a9729ea604e14f7718a8369da68447e001c5aa.tar.zst sec-certs-72a9729ea604e14f7718a8369da68447e001c5aa.zip | |
Generalize a few keywords.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sec_certs/rules.yaml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/sec_certs/rules.yaml b/src/sec_certs/rules.yaml index bf7af391..5dec1c1b 100644 --- a/src/sec_certs/rules.yaml +++ b/src/sec_certs/rules.yaml @@ -736,7 +736,7 @@ crypto_scheme: ##### crypto_protocol: SSH: - - "SSH" + - "SSH(v[0-9])?" TLS: SSL: - "SSL( ?v?[123]\\.0)?" @@ -760,7 +760,7 @@ crypto_protocol: ##### randomness: DUAL_EC: - - "DUAL_EC_DRBG" + - "DUAL[ _]EC[ _]DRBG" TRNG: - "D?TRNG" PRNG: @@ -841,10 +841,11 @@ crypto_engine: TORNADO: - "TORNADO" SmartMX: - - "SmartMX2?" + - "SmartMX[0-9]?" NexCrypt: - "NexCrypt" - + NesCrypt: + - "(NESCRYPT|Nescrypt)" ##### # TLS cipher suite name. ##### |
