Home
last modified time | relevance | path

Searched refs:ca_path (Results 1 – 3 of 3) sorted by relevance

/programs/x509/
A Dcert_app.c84 const char *ca_path; /* the path with the CA certificate(s) reside */ member
172 opt.ca_path = DFL_CA_PATH; in main()
206 opt.ca_path = q; in main()
232 if (strlen(opt.ca_path)) { in main()
233 if ((ret = mbedtls_x509_crt_parse_path(&cacert, opt.ca_path)) < 0) { in main()
/programs/ssl/
A Dssl_client2.c476 const char *ca_path; /* the path with the CA certificate(s) reside */ member
915 opt.ca_path = DFL_CA_PATH; in main()
1094 opt.ca_path = q; in main()
1667 if (strcmp(opt.ca_path, "none") == 0 || in main()
1672 if (strlen(opt.ca_path)) { in main()
1673 ret = mbedtls_x509_crt_parse_path(&cacert, opt.ca_path); in main()
1933 if (strcmp(opt.ca_path, "none") != 0 && in main()
A Dssl_server2.c621 const char *ca_path; /* the path with the CA certificate(s) reside */ member
1690 opt.ca_path = DFL_CA_PATH; in main()
1884 opt.ca_path = q; in main()
2555 if (strcmp(opt.ca_path, "none") == 0 || in main()
2560 if (strlen(opt.ca_path)) { in main()
2561 ret = mbedtls_x509_crt_parse_path(&cacert, opt.ca_path); in main()
3023 if (strcmp(opt.ca_path, "none") != 0 && in main()

Completed in 22 milliseconds