SSL_CTX_get_ex_data
#define SSL_CTX_get_app_data(ctx) (SSL_CTX_get_ex_data(ctx, 0))
void *SSL_CTX_get_ex_data(const SSL_CTX *ssl, int idx);