mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 10:13:12 +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:
@@ -3724,6 +3724,8 @@ weechat_ruby_api_hook_connect (VALUE class, VALUE proxy, VALUE address,
|
||||
c_sock,
|
||||
c_ipv6,
|
||||
NULL, /* gnutls session */
|
||||
NULL, /* gnutls callback */
|
||||
0, /* gnutls DH key size */
|
||||
c_local_hostname,
|
||||
&weechat_ruby_api_hook_connect_cb,
|
||||
c_function,
|
||||
|
||||
Reference in New Issue
Block a user