Lines Matching refs:CAfile
517 (ca_info_blob ? NULL : conn_config->CAfile); in populate_x509_store()
603 char *CAfile; /* CAfile path used to generate X509 store */ member
618 free(share->CAfile); in wssl_x509_share_free()
642 if(!mb->CAfile || !conn_config->CAfile) in cached_x509_store_different()
643 return mb->CAfile != conn_config->CAfile; in cached_x509_store_different()
645 return strcmp(mb->CAfile, conn_config->CAfile); in cached_x509_store_different()
697 char *CAfile = NULL; in set_cached_x509_store() local
699 if(conn_config->CAfile) { in set_cached_x509_store()
700 CAfile = strdup(conn_config->CAfile); in set_cached_x509_store()
701 if(!CAfile) { in set_cached_x509_store()
709 free(share->CAfile); in set_cached_x509_store()
714 share->CAfile = CAfile; in set_cached_x509_store()