From 58a9aff17cec2842b5d232eee5a39c0d58a01a75 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Wed, 26 Jan 2022 09:23:23 +0100 Subject: Added NDPI_TLS_CERTIFICATE_ABOUT_TO_EXPIRE flow risk Added ndpi_set_tls_cert_expire_days() API call to modify the number of days for triggering the above alert that by default is set to 30 days --- python/ndpi.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/ndpi.py') diff --git a/python/ndpi.py b/python/ndpi.py index 65821a341..8b90c912e 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -332,6 +332,7 @@ typedef enum { NDPI_DNS_FRAGMENTED, NDPI_INVALID_CHARACTERS, NDPI_POSSIBLE_EXPLOIT, + NDPI_TLS_CERTIFICATE_ABOUT_TO_EXPIRE, /* Leave this as last member */ NDPI_MAX_RISK -- cgit v1.2.3