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

Synopsis

Declared in <openssl/ssl.h>

void*
SSL_CTX_get_default_passwd_cb_userdata(SSL_CTX* ctx);

Return Value

Userdata previously set with SSL_CTX_set_default_passwd_cb_userdata, or NULL if unset.

Parameters

Name

Description

ctx

SSL context to query.

Created with MrDocs