From 72a9729ea604e14f7718a8369da68447e001c5aa Mon Sep 17 00:00:00 2001 From: J08nY Date: Tue, 1 Apr 2025 16:45:39 +0200 Subject: Generalize a few keywords. --- src/sec_certs/rules.yaml | 9 +++++---- 1 file 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. ##### -- cgit v1.3.1