HandshakeIO

Handshake IO Interface

Members

Functions

addRecord
void addRecord(Vector!ubyte record, RecordType type, ulong sequence_number)
Undocumented in source.
format
Vector!ubyte format(Vector!ubyte handshake_msg, HandshakeType handshake_type)
Undocumented in source.
getNextRecord
NextRecord getNextRecord(bool expecting_ccs)

Returns (HANDSHAKE_NONE, Vector!( )()) if no message currently available

initialRecordVersion
TLSProtocolVersion initialRecordVersion()
Undocumented in source.
send
Vector!ubyte send(HandshakeMessage msg)
Undocumented in source.
timeoutCheck
bool timeoutCheck()
Undocumented in source.

Meta