]> git.ipfire.org Git - thirdparty/suricata.git/commit
tls/ja3: do not append to ja3 str once ja3 hash is computed 11748/head
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 3 Sep 2024 13:37:00 +0000 (15:37 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 10 Sep 2024 14:16:22 +0000 (16:16 +0200)
commit98fd40a4b3fd833df245ce44bcf879f6186418eb
tree1a913bf0357a83bd8abc89ed1ca9d08e110b6196
parentded20824162d88c174eabc278810146f0406e08e
tls/ja3: do not append to ja3 str once ja3 hash is computed

Ticket: 6634

That means take only the first client hello into account.
This way, we do not end with ja3 string with 9 commas...

(cherry picked from commit 84735251b577a284af3795708786974fd30720b0)
src/app-layer-ssl.c