Dtls12Server.processClientKeyExchange

void processClientKeyExchange(const(ubyte)[] body)

Process a ClientKeyExchange message.

Extracts the client's ephemeral public key and computes the premaster secret.

Parameters

bodyThe ClientKeyExchange body.