Searched refs:tls_pass (Results 1 – 13 of 13) sorted by relevance
126 if (conn->tls_pass == NULL && sserver->tls_pass != NULL && sserver->tls_pass[0] != '\0') in server_setup_fill_reconn()127 conn->tls_pass = g_strdup(sserver->tls_pass); in server_setup_fill_reconn()427 rec->tls_pass = g_strdup(value); in server_setup_read()519 iconfig_node_set_str(node, "tls_pass", rec->tls_pass); in server_setup_save()572 g_free_not_null(rec->tls_pass); in server_setup_destroy()
16 char *tls_pass; variable
28 char *tls_pass; variable
109 conn->tls_pass = g_strdup(tmp); in get_server_connect()
655 g_free_not_null(conn->tls_pass); in server_connect_unref()
453 const char *mypass = server->connrec->tls_pass; in irssi_ssl_get_iochannel()
10 …ions, you have to enable TLS with the option tls_enable, and optionally tls_pass for the SSL certi…31 tls_pass | specify SSL certifcate passphrase if needed | optional
4 CONNECT %|[-4 | -6] [-tls] [-tls_cert <cert>] [-tls_pkey <pkey>] [-tls_pass <password>] [-tls_verif…13 -tls_pass: The password for the TLS client private key or certificate.
4 SERVER CONNECT %|[-4 | -6] [-tls] [-tls_cert <cert>] [-tls_pkey <pkey>] [-tls_pass <password>] [-t…26 -tls_pass: The password for the TLS client private key or certificate.
13 -tls_pass: The password for the TLS client private key or certificate.
22 -tls_pass: The password for the TLS client private key or certificate.
117 if (rec->tls_pass) in cmd_server_list()
193 rec->tls_pass = g_strdup(value); in cmd_server_add_modify()