Home
last modified time | relevance | path

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

/mbedtls-latest/programs/x509/
Dcert_app.c82 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()
/mbedtls-latest/programs/ssl/
Dssl_client2.c479 const char *ca_path; /* the path with the CA certificate(s) reside */ member
935 opt.ca_path = DFL_CA_PATH; in main()
1116 opt.ca_path = q; in main()
1694 if (strcmp(opt.ca_path, "none") == 0 || in main()
1699 if (strlen(opt.ca_path)) { in main()
1700 ret = mbedtls_x509_crt_parse_path(&cacert, opt.ca_path); in main()
1970 if (strcmp(opt.ca_path, "none") != 0 && in main()
Dssl_server2.c616 const char *ca_path; /* the path with the CA certificate(s) reside */ member
1703 opt.ca_path = DFL_CA_PATH; in main()
1896 opt.ca_path = q; in main()
2582 if (strcmp(opt.ca_path, "none") == 0 || in main()
2587 if (strlen(opt.ca_path)) { in main()
2588 ret = mbedtls_x509_crt_parse_path(&cacert, opt.ca_path); in main()
3070 if (strcmp(opt.ca_path, "none") != 0 && in main()