Re: [Openvpn-devel] [PATCH] Increase TLS Control Channel Buffer Size

2018-03-19 Thread Selva Nair
Hi, On Mon, Mar 19, 2018 at 5:00 PM, Ning Wei wrote: > Sorry, I did not state the intent clearly in the request. > > We wanted to use password field to pass authentication string, such as Token > string, > which can be long, the user auth plug in on the sever side can validate the > token as > th

[Openvpn-devel] [PATCH 2/2] Allow repeated cycles through remotes when management-query-remote is in use

2018-03-19 Thread selva . nair
From: Selva Nair (i) Let the management-client predictably cycle through remote entries. This is done by not aborting after two cycles. The client can abort or restart the connection using signals (USR/HUP/TERM) as necessary. In the current behaviour, the daemon can unexpectedly exit when the

[Openvpn-devel] [PATCH 1/2] Persist management-query-remote and proxy prompts

2018-03-19 Thread selva . nair
From: Selva Nair Currently this prompt is only output once, not re-written to the management interface when the management client connects. It is thus not seen by a client that connects after the prompt is output or one that disconnects and reconnects. This leads to a deadlock: the daemon waiting

Re: [Openvpn-devel] [PATCH] Increase TLS Control Channel Buffer Size

2018-03-19 Thread Ning Wei via Openvpn-devel
Sorry, I did not state the intent clearly in the request. We wanted to use password field to pass authentication string, such as Token string,which can be long, the user auth plug in on the sever side can validate the token asthe part authentication step. Acquiring a token, such as JWT, usually