aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2020-05-10 21:40:35 +0200
committerLuca Deri <deri@ntop.org>2020-05-10 21:40:35 +0200
commitae803c8b51dec9e31e99cb37cd64bd968b314669 (patch)
tree970bcda3c671e73fd6d7b12b621595925bfee4f1 /src/include
parente5e69d0f7ab382e3507660fe752027c09e32310e (diff)
Added detection of self-signed TLS certificates
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ndpi_typedefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index d1536c4da..4751c37ac 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -57,6 +57,7 @@ typedef enum {
NDPI_URL_POSSIBLE_RCE_INJECTION,
NDPI_BINARY_APPLICATION_TRANSFER,
NDPI_KNOWN_PROTOCOL_ON_NON_STANDARD_PORT,
+ NDPI_TLS_SELFSIGNED_CERTIFICATE,
/* Leave this as last member */
NDPI_MAX_RISK