DtlsTranscriptHash.update

void update(ubyte msgType, ushort messageSeq, const(ubyte)[] messageBody) @safe pure nothrow

Updates the transcript with a DTLS handshake message.

Constructs the full DTLS handshake header with fragment_offset=0 and fragment_length=total_length, then appends both the header and message body to the transcript state.

If the transcript is frozen, this method is a no-op.

Parameters

msgTypeThe handshake message type.
messageSeqThe message sequence number.
messageBodyThe handshake message body (without header).