Dtls12Server.updateTranscript

void updateTranscript(HandshakeType msgType, ushort msgSeq, const(ubyte)[] body)

Update the handshake transcript hash.

The transcript includes the full DTLS handshake header of each message with its wire message_seq (RFC 6347 §4.2.6). This method never changes the transmit counter: inbound messages are hashed with the sequence number they arrived with, outbound messages with the counter value used on the wire.

Parameters

msgTypeThe handshake message type.
msgSeqThe wire message_seq of this message.
bodyThe message body.