mirror of
https://github.com/weechat/weechat.git
synced 2026-06-17 08:34:46 +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:
@@ -3217,6 +3217,8 @@ weechat_python_api_hook_connect (PyObject *self, PyObject *args)
|
||||
sock,
|
||||
ipv6,
|
||||
NULL, /* gnutls session */
|
||||
NULL, /* gnutls callback */
|
||||
0, /* gnutls DH key size */
|
||||
local_hostname,
|
||||
&weechat_python_api_hook_connect_cb,
|
||||
function,
|
||||
|
||||
Reference in New Issue
Block a user