1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 08:43:13 +02:00

irc: add server option "ssl_fingerprint" (task #12724)

This commit is contained in:
Maarten de Vries
2014-01-21 10:35:38 +01:00
committed by Sebastien Helleu
parent 462b106197
commit 357740f455
6 changed files with 147 additions and 4 deletions
+1
View File
@@ -41,6 +41,7 @@ enum t_irc_server_option
IRC_SERVER_OPTION_SSL_CERT, /* client ssl certificate file */
IRC_SERVER_OPTION_SSL_PRIORITIES, /* gnutls priorities */
IRC_SERVER_OPTION_SSL_DHKEY_SIZE, /* Diffie Hellman key size */
IRC_SERVER_OPTION_SSL_FINGERPRINT, /* SHA1 fingerprint of certificate */
IRC_SERVER_OPTION_SSL_VERIFY, /* check if the connection is trusted */
IRC_SERVER_OPTION_PASSWORD, /* password for server */
IRC_SERVER_OPTION_CAPABILITIES, /* client capabilities to enable */