Searched refs:cafile (Results 1 – 3 of 3) sorted by relevance
/curl/tests/libtest/ |
H A D | lib678.c | 66 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 D | sectransp.c | 1652 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 D | tool_operate.c | 3021 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