Dtls13Client.processServerFinished

void processServerFinished(const(ubyte)[] body)

Process a server Finished message body.

Verifies the server's finished verify_data against the transcript hash (RFC 8446 §4.4.4) and aborts on mismatch.

Parameters

bodyThe Finished body (after DTLS handshake header).

Throws

TlsException when the verify_data is truncated or does not

match the transcript.