Lines Matching refs:cafile
1402 const char *cafile = data->set.ssl.CAfile;1405 if(cafile) {1406 CURLcode result = nss_load_cert(&conn->ssl[sockindex], cafile, PR_TRUE);1443 infof(data, " CAfile: %s\n CApath: %s\n",1444 cafile ? cafile : "none",