1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +02:00

irc: remove unneeded message about Diffie-Hellman shared secret exchange during SSL connection to server (closes #857)

This commit is contained in:
Sébastien Helleu
2021-07-10 16:02:19 +02:00
parent 2b1582c816
commit a16616637a
16 changed files with 28 additions and 257 deletions
-8
View File
@@ -4621,14 +4621,6 @@ irc_server_gnutls_callback (const void *pointer, void *data,
if (action == WEECHAT_HOOK_CONNECT_GNUTLS_CB_VERIFY_CERT)
{
weechat_printf (
server->buffer,
_("%sgnutls: connected using %d-bit Diffie-Hellman shared secret "
"exchange"),
weechat_prefix ("network"),
IRC_SERVER_OPTION_INTEGER (server,
IRC_SERVER_OPTION_SSL_DHKEY_SIZE));
/* initialize the certificate structure */
if (gnutls_x509_crt_init (&cert_temp) != GNUTLS_E_SUCCESS)
{