Re: [Openvpn-devel] [PATCH 4/5] Implement sending response to challenge via CR_RESPONSE

2019-10-22 Thread David Sommerseth
On 13/06/2019 16:41, Arne Schwabe wrote: > When a client announces its support to support text based > challenge/response via IV_SOO=cr_text,the client needs to also > be able to reply to that response. > > This adds the "cr-response" management function to be able to > do this. The answer should

[Openvpn-devel] [PATCH 4/5] Implement sending response to challenge via CR_RESPONSE

2019-06-13 Thread Arne Schwabe
When a client announces its support to support text based challenge/response via IV_SOO=cr_text,the client needs to also be able to reply to that response. This adds the "cr-response" management function to be able to do this. The answer should be base64 encoded. Signed-off-by: Arne Schwabe ---