TLS_method
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
const SSL_METHOD *TLS_method(void); /* TLS v1.0 or later */
return TLS_method();
return TLS_method();
return TLS_method();
return (TLS_method());