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/src/quic
Philippe Antoine 726de5520f quic: discard late retry packets
Ticket: 7556

See RFC 9000 section 17.2.5.2 :
After the client has received and processed an Initial
or Retry packet from the server,
it MUST discard any subsequent Retry packets that it receives.
9 months ago
..
crypto.rs quic: v2 support per rfc 9369 2 years ago
cyu.rs rust: fix clippy lints for clippy::derive_partial_eq_without_eq 3 years ago
detect.rs ja4: implement for TLS and QUIC 2 years ago
error.rs rust: fix clippy lints for clippy::derive_partial_eq_without_eq 3 years ago
frames.rs quic: handle fragmented hello over multiple packets 9 months ago
logger.rs rust/jsonbuilder: make set_uint generic over Into<u64> 11 months ago
mod.rs rust/doc: add docstring to rust module files. 2 years ago
parser.rs quic: handle retry packets 9 months ago
quic.rs quic: discard late retry packets 9 months ago