]> git.ipfire.org Git - thirdparty/suricata.git/commit
tls/ja3: do not append to ja3 str once ja3 hash is computed
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 3 Sep 2024 13:37:00 +0000 (15:37 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 9 Sep 2024 09:01:25 +0000 (11:01 +0200)
commit84735251b577a284af3795708786974fd30720b0
tree1c1bf938fdf0d07afb9291c968ef39105807ec05
parente93743a09413c8b33507ac460e0a31a62f89aadf
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...
src/app-layer-ssl.c