Dtls13Server.validatePskBinder

bool validatePskBinder(const(ubyte)[] clientHelloBody)

Validates the PSK binder against the ClientHello transcript.

Decrypts the ticket to recover the PSK, derives the binder key, and compares the computed binder with the client's binder.

Parameters

clientHelloBodyThe full ClientHello body (without handshake header).

Returns

true if PSK binder is valid, false otherwise.