Dtls12Server.processClientFinished

void processClientFinished(const(ubyte)[] body)

Process a client Finished message body.

Verifies the client'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.