Searched refs:req_method (Results 1 – 2 of 2) sorted by relevance
851 WOLFSSL_METHOD* req_method = NULL; in wolfssl_connect_step1() local863 req_method = wolfSSLv23_client_method(); in wolfssl_connect_step1()865 req_method = wolfTLS_client_method(); in wolfssl_connect_step1()867 if(!req_method) { in wolfssl_connect_step1()875 backend->ctx = wolfSSL_CTX_new(req_method); in wolfssl_connect_step1()
3488 SSL_METHOD_QUAL SSL_METHOD *req_method = NULL; in Curl_ossl_ctx_init() local3521 req_method = TLS_client_method(); in Curl_ossl_ctx_init()3523 req_method = SSLv23_client_method(); in Curl_ossl_ctx_init()3545 req_method = OSSL_QUIC_client_method(); in Curl_ossl_ctx_init()3547 req_method = TLS_method(); in Curl_ossl_ctx_init()3549 req_method = SSLv23_client_method(); in Curl_ossl_ctx_init()3559 octx->ssl_ctx = SSL_CTX_new(req_method); in Curl_ossl_ctx_init()
Completed in 25 milliseconds