- addRecord
void addRecord(Vector!ubyte record, RecordType record_type, ulong record_sequence)
Undocumented in source. Be warned that the author may not have intended to support it.
- format
Vector!ubyte format(Vector!ubyte msg, HandshakeType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- getNextRecord
NextRecord getNextRecord(bool expecting_ccs)
Undocumented in source. Be warned that the author may not have intended to support it.
- initialRecordVersion
TLSProtocolVersion initialRecordVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
- send
Vector!ubyte send(HandshakeMessage msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendMessage
Vector!ubyte sendMessage(ushort msg_seq, ushort epoch, HandshakeType msg_type, Vector!ubyte msg_bits)
Undocumented in source. Be warned that the author may not have intended to support it.
- timeoutCheck
bool timeoutCheck()
Undocumented in source. Be warned that the author may not have intended to support it.
Handshake IO for datagram-based handshakes