Home
last modified time | relevance | path

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

/openssl-master/apps/
A Dcmp.c142 static char *opt_tls_cert = NULL; variable
555 {(char **)&opt_tls_used}, {&opt_tls_cert}, {&opt_tls_key},
1203 if (opt_tls_cert != NULL && opt_tls_key != NULL) { in setup_ssl_ctx()
1208 if (!load_cert_certs(opt_tls_cert, &cert, &certs, 0, opt_tls_keypass, in setup_ssl_ctx()
1223 opt_tls_cert); in setup_ssl_ctx()
1297 opt_tls_key, opt_tls_cert); in setup_ssl_ctx()
1839 if ((opt_tls_cert != NULL || opt_tls_key != NULL in setup_client_ctx()
1851 if (opt_tls_cert != NULL in setup_client_ctx()
1856 } else if (opt_tls_cert == NULL) { in setup_client_ctx()
2263 opt_tls_cert = opt_str(); in get_opts()

Completed in 7 milliseconds