Dtls12Server.processClientKeyExchange
void processClientKeyExchange(const(ubyte)[] body)Process a ClientKeyExchange message.
Extracts the client's ephemeral public key and computes the premaster secret.
Parameters
body | The ClientKeyExchange body. |
void processClientKeyExchange(const(ubyte)[] body)Process a ClientKeyExchange message.
Extracts the client's ephemeral public key and computes the premaster secret.
body | The ClientKeyExchange body. |