Re: [Openvpn-devel] [PATCH] Support reading the challenge-response from console

2016-04-17 Thread Steffan Karger
Hi, On Sun, Dec 20, 2015 at 8:12 PM, Selva Nair wrote: > Trying to keep the footrpint small, this patch adds to the > convoluted code-flow in get_user_pass_cr(). Cleanup left for later. > -8<- > > Currently prompting for a response to static-challenge > gets skipped when the username and

Re: [Openvpn-devel] [PATCH] Support reading the challenge-response from console

2016-02-17 Thread Selva Nair
On Sun, Dec 20, 2015 at 2:12 PM, Selva Nair wrote: > > Currently prompting for a response to static-challenge > gets skipped when the username and passowrd are read > from a file. Further, dynamic challenge gets wrongly handled > as if its a username/password request. > And this one too please..