Searched refs:opt_tls_cert (Results 1 – 1 of 1) sorted by relevance
166 static char *opt_tls_cert = NULL; variable670 {(char **)&opt_tls_used}, {&opt_tls_cert}, {&opt_tls_key},1366 if (opt_tls_cert != NULL && opt_tls_key != NULL) { in setup_ssl_ctx()1371 if (!load_cert_certs(opt_tls_cert, &cert, &certs, 0, opt_tls_keypass, in setup_ssl_ctx()1386 opt_tls_cert); in setup_ssl_ctx()1462 opt_tls_key, opt_tls_cert); in setup_ssl_ctx()2234 if (opt_tls_cert != NULL in setup_client_ctx()2239 } else if (opt_tls_cert == NULL) { in setup_client_ctx()2801 opt_tls_cert = opt_str(); in get_opts()3626 if (opt_tls_cert == NULL && opt_tls_key == NULL && opt_tls_keypass == NULL in cmp_main()
Completed in 14 milliseconds