DtlsTranscriptHash.update
void update(ubyte msgType, ushort messageSeq, const(ubyte)[] messageBody) @safe pure nothrowUpdates 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
msgType | The handshake message type. |
messageSeq | The message sequence number. |
messageBody | The handshake message body (without header). |