1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

Give GnuTLS return code to callback if handshake has failed, display extra info in irc plugin if Diffie-Hellman prime sent by the server is not acceptable (not long enough)

This commit is contained in:
Sebastien Helleu
2009-12-04 17:36:09 +01:00
parent da6b882ed8
commit 7e5acaf50f
20 changed files with 129 additions and 42 deletions
+1
View File
@@ -929,6 +929,7 @@ script_api_hook_connect (struct t_weechat_plugin *weechat_plugin,
void *gnutls_cb, int gnutls_dhkey_size,
const char *local_hostname,
int (*callback)(void *data, int status,
int gnutls_rc,
const char *error,
const char *ip_address),
const char *function,