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