Set the client PSK identity/key callback used by connections from ctx.
Declared in <openssl/ssl.h>
void
SSL_CTX_set_psk_client_callback(
SSL_CTX* ctx,
SSL_psk_client_cb_func cb);
| Name | Description |
|---|---|
| ctx | Client SSL_CTX that will use PSK authentication. |
| cb | Callback that supplies the PSK identity and key, or NULL to clear. |