]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream: decouple stream.bypass dependency from tls bypass
authorDean Balandin <dean.metoh@gmail.com>
Tue, 27 Jun 2023 12:40:37 +0000 (12:40 +0000)
committerVictor Julien <victor@inliniac.net>
Mon, 7 Apr 2025 04:57:48 +0000 (06:57 +0200)
commit3cdb0ceb7ebe3872bc1eb7c6163d8a5bb6369bed
tree86ec7062a64b96b6967612325a9c6c454b4832e5
parent5e8c775d77badd1afc92f7290716739955d56cdb
stream: decouple stream.bypass dependency from tls bypass

Decouple app.protocols.tls.encryption-handling and stream.bypass.
There's no apparent reason why encrypted TLS bypass traffic should
depend on stream bypass, as these are unrelated features.

Ticket: 6788
doc/userguide/configuration/suricata-yaml.rst
doc/userguide/performance/ignoring-traffic.rst
doc/userguide/upgrade.rst
src/stream-tcp.c