[#SSL_CTX_set_psk_client_callback] = SSL_CTX_set_psk_client_callback :mrdocs: Set the client PSK identity/key callback used by connections from `ctx.` == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SSL_CTX_set_psk_client_callback( xref:SSL_CTX.adoc[SSL_CTX]* ctx, xref:SSL_psk_client_cb_func.adoc[SSL_psk_client_cb_func] cb); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Client SSL_CTX that will use PSK authentication. | *cb* | Callback that supplies the PSK identity and key, or NULL to clear. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#