Home
last modified time | relevance | path

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

/openssl/apps/
H A Dcmp.c170 static char *opt_tls_trusted = NULL; variable
672 {&opt_tls_extra}, {&opt_tls_trusted}, {&opt_tls_host},
1356 if (opt_tls_trusted != NULL) { in setup_ssl_ctx()
1357 trust_store = load_trusted(opt_tls_trusted, 0, "trusted TLS certs"); in setup_ssl_ctx()
2813 opt_tls_trusted = opt_str(); in get_opts()
3627 && opt_tls_extra == NULL && opt_tls_trusted == NULL in cmp_main()

Completed in 19 milliseconds