Dtls12Client.updateTranscript
void updateTranscript(HandshakeType msgType, const(ubyte)[] body)Update the handshake transcript hash with a DTLS handshake message.
Per RFC 6347 §4.2.6, the transcript includes the full DTLS handshake header with fragment_offset=0 and fragment_length=total_length.
Parameters
msgType | The handshake message type. |
body | The message body. |