Dtls12Client.processServerFinished

void processServerFinished(const(ubyte)[] body)

Process a server Finished message body.

Verifies the server's verify_data against the handshake transcript (RFC 5246 §7.4.9) and aborts on mismatch.

Parameters

bodyThe Finished body (verify_data).

Throws

TlsException when the verify_data is truncated or does not

match the transcript.