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

Name

Description

ctx

SSL context to query.

Created with MrDocs