Searched refs:req_method (Results 1 – 2 of 2) sorted by relevance
848 WOLFSSL_METHOD* req_method = NULL; in wolfssl_connect_step1() local860 req_method = wolfSSLv23_client_method(); in wolfssl_connect_step1()862 req_method = wolfTLS_client_method(); in wolfssl_connect_step1()864 if(!req_method) { in wolfssl_connect_step1()872 backend->ctx = wolfSSL_CTX_new(req_method); in wolfssl_connect_step1()
3655 SSL_METHOD_QUAL SSL_METHOD *req_method = NULL; in Curl_ossl_ctx_init() local3685 req_method = TLS_client_method(); in Curl_ossl_ctx_init()3687 req_method = SSLv23_client_method(); in Curl_ossl_ctx_init()3710 req_method = OSSL_QUIC_client_method(); in Curl_ossl_ctx_init()3712 req_method = TLS_method(); in Curl_ossl_ctx_init()3714 req_method = SSLv23_client_method(); in Curl_ossl_ctx_init()3724 octx->ssl_ctx = SSL_CTX_new(req_method); in Curl_ossl_ctx_init()
Completed in 20 milliseconds