Searched refs:ca_file (Results 1 – 4 of 4) sorted by relevance
| /programs/x509/ |
| A D | cert_app.c | 82 const char *ca_file; /* the file with the CA certificate(s) */ member 170 opt.ca_file = DFL_CA_FILE; in main() 202 opt.ca_file = q; in main() 240 } else if (strlen(opt.ca_file)) { in main() 241 if ((ret = mbedtls_x509_crt_parse_file(&cacert, opt.ca_file)) < 0) { in main()
|
| /programs/ssl/ |
| A D | ssl_mail_client.c | 135 const char *ca_file; /* the file with the CA certificate(s) */ member 393 opt.ca_file = DFL_CA_FILE; in main() 433 opt.ca_file = q; in main() 475 if (strlen(opt.ca_file)) { in main() 476 ret = mbedtls_x509_crt_parse_file(&cacert, opt.ca_file); in main()
|
| A D | ssl_server2.c | 620 const char *ca_file; /* the file with the CA certificate(s) */ member 796 char *crt_file, *key_file, *ca_file, *auth_str; in sni_parse() local 815 GET_ITEM(ca_file); in sni_parse() 834 if (strcmp(ca_file, "-") != 0) { in sni_parse() 841 if (mbedtls_x509_crt_parse_file(new->ca, ca_file) != 0) { in sni_parse() 1689 opt.ca_file = DFL_CA_FILE; in main() 1882 opt.ca_file = q; in main() 2556 strcmp(opt.ca_file, "none") == 0) { in main() 2562 } else if (strlen(opt.ca_file)) { in main() 2563 ret = mbedtls_x509_crt_parse_file(&cacert, opt.ca_file); in main() [all …]
|
| A D | ssl_client2.c | 475 const char *ca_file; /* the file with the CA certificate(s) */ member 914 opt.ca_file = DFL_CA_FILE; in main() 1092 opt.ca_file = q; in main() 1668 strcmp(opt.ca_file, "none") == 0) { in main() 1674 } else if (strlen(opt.ca_file)) { in main() 1675 ret = mbedtls_x509_crt_parse_file(&cacert, opt.ca_file); in main() 1934 strcmp(opt.ca_file, "none") != 0) { in main()
|
Completed in 27 milliseconds