aboutsummaryrefslogtreecommitdiff
path: root/tests/pcap/tls_unidirectional.pcap
Commit message (Collapse)AuthorAge
* TLS: explicit ignore client certificate (#1776)Ivan Nardi2022-10-18
TLS classification usually stops after processing *server* certificates (if any). That means, that *client* certificate, if present, is usually ignored. However in some corner cases (i.e. unidirectional traffic) we might end up processing client certificate and exposing its metadata: the issue is that the application will think that this metadata are about the server and not about the client. So, for the time being, always ignore client certificate processing. As a future work, we might find an efficient way to process and export both certificates.