Searched refs:opt_tls_trusted (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/ |
H A D | cmp.c | 150 static char *opt_tls_trusted = NULL; variable 593 {&opt_tls_extra}, {&opt_tls_trusted}, {&opt_tls_host}, 1265 if (opt_tls_trusted != NULL) { in setup_ssl_ctx() 1266 trust_store = load_trusted(opt_tls_trusted, 0, "trusted TLS certs"); in setup_ssl_ctx() 1381 if (opt_tls_trusted != NULL) { in setup_ssl_ctx() 2396 opt_tls_trusted = opt_str(); in get_opts() 2895 || opt_tls_trusted != NULL || opt_tls_host != NULL) in cmp_main()
|
/third_party/openssl/apps/ |
H A D | cmp.c | 150 static char *opt_tls_trusted = NULL; variable 593 {&opt_tls_extra}, {&opt_tls_trusted}, {&opt_tls_host}, 1265 if (opt_tls_trusted != NULL) { in setup_ssl_ctx() 1266 trust_store = load_trusted(opt_tls_trusted, 0, "trusted TLS certs"); in setup_ssl_ctx() 1381 if (opt_tls_trusted != NULL) { in setup_ssl_ctx() 2395 opt_tls_trusted = opt_str(); in get_opts() 2894 || opt_tls_trusted != NULL || opt_tls_host != NULL) in cmp_main()
|
Completed in 9 milliseconds