Module retina_core::protocols::stream::tls::parser

source ·
Expand description

TLS handshake parser.

The TLS handshake parser uses a fork of the tls-parser crate to parse the handshake phase of a TLS connection. It maintains TLS state, stores selected parameters, and handles defragmentation.

Adapted from the Rusticata TLS parser.

Structs§

  • Parses a single TLS handshake per connection.