Structsยง
- HandshakePayloadMeta ๐
- This deframer works to reconstruct TLS messages from a stream of arbitrary-sized reads.
Enumsยง
Constantsยง
- HEADER_SIZE ๐
- MAX_HANDSHAKE_SIZE ๐TLS allows for handshake messages of up to 16MB. We restrict that to 64KB to limit potential for denial-of- service.
- READ_SIZE ๐
Functionsยง
- payload_size ๐Determine the expected length of the payload as advertised in the header.