SSL_set_psk_server_callback

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(!OPENSSL_NO_PSK)
extern (C) nothrow extern (C) nothrow
void
SSL_set_psk_server_callback
(
SSL* ssl
,
ExternC!(uint function
(
SSL* ssl
,
const(char)* identity
,
ubyte* psk
,)
)
psk_server_callback
)

Meta