Dtls13Server.parsePskExtension
void parsePskExtension(const(ubyte)[] data)Parses the pre_shared_key extension from ClientHello.
Extracts the ticket and binder. Ticket decryption and binder validation happen in validatePskBinder() which needs the full ClientHello body.
Parameters
data | Raw PSK extension body. |