Expand description
TLS 1.3 Record Layer (RFC 8446 Section 5)
Handles record framing, fragment reassembly, and encrypted record wrapping/unwrapping for TLS 1.3.
Structs§
- Fragment
Buffer - Fragment reassembly buffer for handshake messages that span multiple records
- Record
Header - TLS record header (5 bytes on the wire)
- TlsRecord
- TLS plaintext record
Enums§
- Content
Type - TLS record content types (RFC 8446 Section 5.1)
Functions§
- decrypt_
record - Unwrap an encrypted TLS 1.3 record back to plaintext.
- encrypt_
record - Wrap a plaintext record into an encrypted TLS 1.3 record.