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
Name |
Description |
ctx |
SSL context whose security callback receives |
ex |
Application‐specific value forwarded verbatim to the callback. |
Created with MrDocs