Squashed commit of the following:
commit
1afc79c97017e8d5b26ced00f6c4e868a4669066
Author: Steven Baigal (sbaigal) <sbaigal@cisco.com>
Date: Mon Oct 19 15:05:31 2020 -0400
ftp_data: add can_start_tls() support and generate ssl search abandoned event for unencrypted data channels
{
OpportunisticTlsEvent evt(p, fd_svc_name);
DataBus::publish(OPPORTUNISTIC_TLS_EVENT, evt, p->flow);
- }
+ }
+ else
+ DataBus::publish(SSL_SEARCH_ABANDONED, p);
}
}
bool can_carve_files() const override
{ return true; }
+
+ bool can_start_tls() const override
+ { return true; }
};
class FtpDataModule : public Module