Home
last modified time | relevance | path

Searched refs:cafile (Results 1 – 3 of 3) sorted by relevance

/curl/tests/libtest/
H A Dlib678.c66 static CURLcode test_cert_blob(const char *url, const char *cafile) in test_cert_blob() argument
80 if(loadfile(cafile, &certdata, &certsize)) { in test_cert_blob()
/curl/lib/vtls/
H A Dsectransp.c1652 struct Curl_easy *data, const char *cafile, argument
1666 else if(cafile) {
1667 CURL_TRC_CF(data, cf, "verify_peer, CA from file '%s'", cafile);
1668 if(read_cert(cafile, &certbuf, &buflen) < 0) {
/curl/src/
H A Dtool_operate.c3021 FILE *cafile = Curl_execpath("curl-ca-bundle.crt", &cacert); in cacertpaths() local
3022 if(cafile) { in cacertpaths()
3023 fclose(cafile); in cacertpaths()

Completed in 33 milliseconds