SSL_CTX_set_default_passwd_cb_userdata

Set userdata passed to the context's default PEM password callback.

Synopsis

Declared in <openssl/ssl.h>

void
SSL_CTX_set_default_passwd_cb_userdata(
    SSL_CTX* ctx,
    void* u);

Parameters

NameDescription
ctxSSL context whose callback userdata is stored.
uPointer provided as the userdata argument to the password callback.