Skip to main content

Module tls

Module tls 

Source
Expand description

TLS (Transport Layer Security) protocol parsing — ClientHello and SNI extraction.

Supports TLS 1.0 through TLS 1.3. Three-layer parsing: Record → Handshake → ClientHello.

Structs§

TlsClientHello
TlsExtension
A single TLS extension (type + data).
TlsExtensionsIter
Iterator over TLS extensions.
TlsHandshake
TlsRecord