Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dcmp.c146 static char *opt_tls_cert = NULL; variable
591 {(char **)&opt_tls_used}, {&opt_tls_cert}, {&opt_tls_key},
1272 if (opt_tls_cert != NULL && opt_tls_key != NULL) { in setup_ssl_ctx()
1277 if (!load_cert_certs(opt_tls_cert, &cert, &certs, 0, opt_tls_keypass, in setup_ssl_ctx()
1292 opt_tls_cert); in setup_ssl_ctx()
1368 opt_tls_key, opt_tls_cert); in setup_ssl_ctx()
1960 if (opt_tls_cert != NULL in setup_client_ctx()
1965 } else if (opt_tls_cert == NULL) { in setup_client_ctx()
2384 opt_tls_cert = opt_str(); in get_opts()
2893 if ((opt_tls_cert != NULL || opt_tls_key != NULL in cmp_main()