Lines Matching refs:CAfile
317 char *CAfile; /* CAfile path used to generate X509 store */
3173 (ca_info_blob ? NULL : conn_config->CAfile);
3254 " CAfile: %s CApath: %s",
3265 infof(data, " CAfile: %s", ssl_cafile ? ssl_cafile : "none");
3344 if(!mb->CAfile || !conn_config->CAfile)
3345 return mb->CAfile != conn_config->CAfile;
3347 return strcmp(mb->CAfile, conn_config->CAfile);
3389 char *CAfile = NULL;
3391 if(conn_config->CAfile) {
3392 CAfile = strdup(conn_config->CAfile);
3393 if(!CAfile) {
3401 free(mbackend->CAfile);
3406 mbackend->CAfile = CAfile;
3420 /* Consider the X509 store cacheable if it comes exclusively from a CAfile,
4901 free(mbackend->CAfile);