From e0098845957d5e03eac505145c10b5313a8d760e Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Wed, 1 May 2013 09:59:39 +0200 Subject: irc: add support of "dh-aes" SASL mechanism (patch #8020) --- src/plugins/irc/irc-config.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/plugins/irc/irc-config.c') diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c index 604a591da..a96f95682 100644 --- a/src/plugins/irc/irc-config.c +++ b/src/plugins/irc/irc-config.c @@ -1577,9 +1577,10 @@ irc_config_server_new_option (struct t_config_file *config_file, config_file, section, option_name, "integer", N_("mechanism for SASL authentication: \"plain\" for plain text " - "password, \"dh-blowfish\" for crypted password, \"external\" " + "password, \"dh-blowfish\" for blowfish crypted password, " + "\"dh-aes\" for AES crypted password, \"external\" " "for authentication using client side SSL cert"), - "plain|dh-blowfish|external", 0, 0, + "plain|dh-blowfish|dh-aes|external", 0, 0, default_value, value, null_value_allowed, callback_check_value, callback_check_value_data, -- cgit v1.2.3