Check SSL alt names to avoid false SSL certificate mismatchs

This commit is contained in:
Simone Mainardi 2019-03-27 15:22:45 +01:00
parent 6786e4e870
commit e6b85f56fe
2 changed files with 13 additions and 2 deletions

View file

@ -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 {