Home | History | Annotate | Download | only in vtls

Lines Matching refs:CAfile

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