mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Check SSL alt names to avoid false SSL certificate mismatchs
This commit is contained in:
parent
6786e4e870
commit
e6b85f56fe
2 changed files with 13 additions and 2 deletions
|
|
@ -98,6 +98,7 @@ class Flow : public GenericHashEntry {
|
|||
char *certificate_buf_leftover;
|
||||
u_int certificate_leftover;
|
||||
bool dissect_certificate;
|
||||
bool subject_alt_name_match;
|
||||
} ssl;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue