Re: [Openvpn-devel] [PATCH v4] auth-gen-token: Hardening memory cleanup on auth-token failuers

2016-12-16 Thread Steffan Karger
On 16-12-16 11:25, David Sommerseth wrote: > Further improve the memory management when a clients --auth-token > fails the server side token authentication enabled via --auth-gen-token. > > v2 - Add ASSERT() if base64 encoding of token fails > v3 - Use proper boolean logic in ASSERT() > v4 -

[Openvpn-devel] [PATCH v4] auth-gen-token: Hardening memory cleanup on auth-token failuers

2016-12-16 Thread David Sommerseth
Further improve the memory management when a clients --auth-token fails the server side token authentication enabled via --auth-gen-token. v2 - Add ASSERT() if base64 encoding of token fails v3 - Use proper boolean logic in ASSERT() v4 - Rebase against The Great Reformatting Signed-off-by: David