mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 19:15:12 +00:00
Added NDPI_TLS_CERTIFICATE_EXPIRED, NDPI_TLS_CERTIFICATE_MISMATCH, to ndpi_risk
This commit is contained in:
parent
adfe6b763c
commit
da22aa5fc7
15 changed files with 85 additions and 63 deletions
|
|
@ -1432,6 +1432,12 @@ const char* ndpi_risk2str(ndpi_risk risk) {
|
|||
case NDPI_TLS_WEAK_CIPHER:
|
||||
return("Weak TLS cipher");
|
||||
|
||||
case NDPI_TLS_CERTIFICATE_EXPIRED:
|
||||
return("TLS Expired Certificate");
|
||||
|
||||
case NDPI_TLS_CERTIFICATE_MISMATCH:
|
||||
return("TLS Certificate Mismatch");
|
||||
|
||||
default:
|
||||
return("");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue