diff options
| author | J08nY | 2022-09-25 18:29:32 +0200 |
|---|---|---|
| committer | J08nY | 2022-09-25 18:29:32 +0200 |
| commit | cf15b66cb1b2b3e3abd199bf18ad85a633cb955c (patch) | |
| tree | 82bf061daa649df13347672655f0fb94c293719c | |
| parent | 8a1fc0bd144d07e99801f276a6d7c1582dff8054 (diff) | |
| download | sec-certs-cf15b66cb1b2b3e3abd199bf18ad85a633cb955c.tar.gz sec-certs-cf15b66cb1b2b3e3abd199bf18ad85a633cb955c.tar.zst sec-certs-cf15b66cb1b2b3e3abd199bf18ad85a633cb955c.zip | |
Enrich some rules.
| -rw-r--r-- | sec_certs/rules.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sec_certs/rules.yaml b/sec_certs/rules.yaml index bcc7a7be..8a4cd022 100644 --- a/sec_certs/rules.yaml +++ b/sec_certs/rules.yaml @@ -225,6 +225,8 @@ vendor: - "Huawei( Technologies)?( Co.)?" Microsoft: - "Microsoft( Corporation)?" + Cisco: + - "Cisco( Systems)?(, Inc.)?" ##### # Common Criteria evaluation facility, mostly from https://www.commoncriteriaportal.org/labs/, grouped roughly by facility. @@ -627,12 +629,18 @@ crypto_protocol: - "SSL( ?v?[123]\\.0)?" TLS: - "TLS( ?v?1\\.[0123])?" + DTLS: + - "DTLS( ?v?1\\.[0123])?" PACE: - "PACE" IKE: - "IKE(v[12])?" IPsec: - "IPsec" + VPN: + - "VPN" + PGP: + - "PGP" ##### # Random number generator. |
