Lines Matching defs:ca_file
127 " ca_file=%%s The single file containing the top-level CA(s) you fully trust\n" \
131 " default: \"\" (pre-loaded) (overrides ca_file)\n" \
476 const char *ca_file; /* the file with the CA certificate(s) */
925 opt.ca_file = DFL_CA_FILE;
1103 } else if (strcmp(p, "ca_file") == 0) {
1104 opt.ca_file = q;
1680 strcmp(opt.ca_file, "none") == 0) {
1686 } else if (strlen(opt.ca_file)) {
1687 ret = mbedtls_x509_crt_parse_file(&cacert, opt.ca_file);
1952 strcmp(opt.ca_file, "none") != 0) {
2211 " or you didn't set ca_file or ca_path "