Expand description
TLS Record builder.
Provides a builder for constructing TLS record layer packets.
Supports the “Permissive Parser, Explicit Builder” pattern:
if length is set to Some(val), that value is used directly
(even if incorrect), enabling fuzzing and security testing.
Structs§
- TlsAlert
Builder - Builder for TLS Alert messages.
- TlsCcs
Builder - Builder for TLS
ChangeCipherSpecmessages. - TlsRecord
Builder - Builder for TLS record layer packets.