Lines Matching defs:ca_path
130 " ca_path=%%s The path containing the top-level CA(s) you fully trust\n" \
477 const char *ca_path; /* the path with the CA certificate(s) reside */
926 opt.ca_path = DFL_CA_PATH;
1105 } else if (strcmp(p, "ca_path") == 0) {
1106 opt.ca_path = q;
1679 if (strcmp(opt.ca_path, "none") == 0 ||
1684 if (strlen(opt.ca_path)) {
1685 ret = mbedtls_x509_crt_parse_path(&cacert, opt.ca_path);
1951 if (strcmp(opt.ca_path, "none") != 0 &&
2211 " or you didn't set ca_file or ca_path "
2216 " For TLS 1.3 server, try `ca_path=/etc/ssl/certs/`"