]> git.ipfire.org Git - thirdparty/suricata.git/commit
tls: streaming mode for application records
authorVictor Julien <vjulien@oisf.net>
Wed, 7 Sep 2022 07:43:19 +0000 (09:43 +0200)
committerVictor Julien <vjulien@oisf.net>
Wed, 21 Sep 2022 04:43:47 +0000 (06:43 +0200)
commit6076a5151127f039932cb99d771259c18762c59a
tree8bb816d598b2e1d516152ebec6191f4c38a8edd9
parent129fcb5c7232fd9c8245958f7fb7d2d9ebe9d8ce
tls: streaming mode for application records

To avoid overhead of stream buffering for records we don't do
much with anyway, pass through application records instead of
buffering the entire record in the stream engine.
src/app-layer-ssl.c