You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust
Richard McConnell 468a037daa tls: Introduce HandshakeParams object for tracking
Ticket: 6695

This introduction splits the use of the handshake parameters into their
own object, HandshakeParams, which is populated by the TLS decoder. The
JA4 object is now very simple. It's a simple String object (the JA4
Hash) which is generated during new().

This introduction is part of a larger idea, which is to enable
outputting these raw parameters without JA3/JA4. These handshake
parameters are the components used to generate the JA4 hash, thus it
makes sense for it to be a user of HandshakeParams.
1 year ago
..
.cargo
derive rust/applayer: collapse nested if let to remove clippy warning 1 year ago
htp rust/htp: suppress io_other_error lint 1 year ago
src tls: Introduce HandshakeParams object for tracking 1 year ago
suricatactl suricatactl: add description to Cargo.toml 1 year ago
suricatasc
sys detect/xform: Support transform identity data 1 year ago
.gitignore
Cargo.lock.in http1: brotli decompression 1 year ago
Cargo.toml.in rust: use flate2 with C zlib 1 year ago
Makefile.am
cbindgen.toml rust: bindgen detect-engine-helper.h 1 year ago
rustfmt.toml