Home | History | Annotate | Download | only in vtls

Lines Matching refs:cert_path

601       TCHAR *cert_path = Curl_convert_UTF8_to_tchar(data->set.ssl.cert);
602 if(!cert_path)
605 result = get_cert_location(cert_path, &cert_store_name,
609 cert_path);
610 Curl_unicodefree(cert_path);
624 Curl_unicodefree(cert_path);
636 Curl_unicodefree(cert_path);
644 Curl_unicodefree(cert_path);