1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

Check SSL certificates and use self-signed certificate to auto identify on IRC server (CertFP) (task #7492) (patch from kolter)

This commit is contained in:
Sebastien Helleu
2009-11-07 19:27:59 +01:00
parent 03e604c675
commit e561ab1ae3
35 changed files with 1129 additions and 68 deletions
+2 -1
View File
@@ -169,7 +169,8 @@ extern struct t_hook *script_api_hook_connect (struct t_weechat_plugin *weechat_
int port,
int sock,
int ipv6,
void *gnutls_sess,
void *gnutls_sess, void *gnutls_cb,
int gnutls_dhkey_size,
const char *local_hostname,
int (*callback)(void *data,
int status,