SSL_CTX_set0_security_ex_data

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

Synopsis

Declared in <openssl/ssl.h>

void
SSL_CTX_set0_security_ex_data(
    SSL_CTX* ctx,
    void* ex);

Parameters

NameDescription
ctxSSL context whose security callback receives ex.
exApplication-specific value forwarded verbatim to the callback.