SSL_CTX_get0_security_ex_data

Return the application pointer passed as ex to the context security callback.

Synopsis

Declared in <openssl/ssl.h>

void*
SSL_CTX_get0_security_ex_data(SSL_CTX const* ctx);

Return Value

Extra data previously set with SSL_CTX_set0_security_ex_data, or NULL if unset.

Parameters

NameDescription
ctxSSL context to query.