From 390240ac622ab1d81704bad694ba6187738ae9b8 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Fri, 28 May 2021 00:26:37 -0300 Subject: Initial TLS-SRP support --- src/fe-gtk/servlistgui.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/fe-gtk/servlistgui.c') diff --git a/src/fe-gtk/servlistgui.c b/src/fe-gtk/servlistgui.c index b22330ac..12a33de4 100644 --- a/src/fe-gtk/servlistgui.c +++ b/src/fe-gtk/servlistgui.c @@ -128,6 +128,10 @@ static int login_types_conf[] = LOGIN_NICKSERV, #ifdef USE_OPENSSL LOGIN_CHALLENGEAUTH, +#ifndef OPENSSL_NO_SRP + LOGIN_PAKE, + LOGIN_SASLPAKE, +#endif #endif LOGIN_CUSTOM #if 0 @@ -149,6 +153,10 @@ static const char *login_types[]= "NickServ (/NICKSERV + password)", #ifdef USE_OPENSSL "Challenge Auth (username + password)", +#ifndef OPENSSL_NO_SRP + "PAKE (username + password)", + "SASL EXTERNAL+PAKE (username + password)", +#endif #endif "Custom... (connect commands)", #if 0 -- cgit 1.4.1