Lines Matching defs:ca_file
176 " ca_file=%%s The single file containing the top-level CA(s) you fully trust\n" \
180 " default: \"\" (pre-loaded) (overrides ca_file)\n" \
615 const char *ca_file; /* the file with the CA certificate(s) */
794 char *crt_file, *key_file, *ca_file, *auth_str;
813 GET_ITEM(ca_file);
832 if (strcmp(ca_file, "-") != 0) {
839 if (mbedtls_x509_crt_parse_file(new->ca, ca_file) != 0) {
1693 opt.ca_file = DFL_CA_FILE;
1884 } else if (strcmp(p, "ca_file") == 0) {
1885 opt.ca_file = q;
2574 strcmp(opt.ca_file, "none") == 0) {
2580 } else if (strlen(opt.ca_file)) {
2581 ret = mbedtls_x509_crt_parse_file(&cacert, opt.ca_file);
3062 strcmp(opt.ca_file, "none") != 0) {