Re: [Openvpn-devel] [PATCH v2 5/5] Implement forwarding client CR_RESPONSE messages to management

2020-05-18 Thread Arne Schwabe
> > This will accept an empty CR_RESPONSE from the client. Could that be an > acceptable reply from the client? My initial thought is: When the server > sends a challenge to the client, it should have a "meaningful" response. I > struggle to see where an empty response would be meaningful.

Re: [Openvpn-devel] [PATCH v2 5/5] Implement forwarding client CR_RESPONSE messages to management

2020-05-15 Thread David Sommerseth
On 09/11/2019 16:13, Arne Schwabe wrote: > When signalling the client that it should do Challenge response > without reconnecting (IV_SSO=crtext/INFOPRE=CR_TEXT), the server > needs forward the response via the management console. > > Signed-off-by: Arne Schwabe > --- > doc/management-notes.txt

[Openvpn-devel] [PATCH v2 5/5] Implement forwarding client CR_RESPONSE messages to management

2019-11-09 Thread Arne Schwabe
When signalling the client that it should do Challenge response without reconnecting (IV_SSO=crtext/INFOPRE=CR_TEXT), the server needs forward the response via the management console. Signed-off-by: Arne Schwabe --- doc/management-notes.txt | 26 +- src/openvpn/forward.c