Re: [Openvpn-devel] [PATCH v2 2/4] auth-gen-token: Generate an auth-token per client

2016-10-31 Thread Steffan Karger
On 28 October 2016 at 21:48, David Sommerseth wrote: > When --auth-gen-token is used a random token key is generated for > each client after a successful user/password authentication. This > token is expected to be returned in the password field on the > following

[Openvpn-devel] [PATCH v2 2/4] auth-gen-token: Generate an auth-token per client

2016-10-28 Thread David Sommerseth
When --auth-gen-token is used a random token key is generated for each client after a successful user/password authentication. This token is expected to be returned in the password field on the following authentications. The token is 256 bits long and BASE64 encoded before it is stored. v2 -