[Openvpn-devel] [PATCH v2 1/3] [Auth-token] Fix session id and initial timestamp not begin preserved

2020-05-12 Thread Arne Schwabe
In the initial state of checking whether an auth-token has been validated, the check check if multi->auth_token is already set and only then sets the value. This defeats the purpose and lead to always a new auth-token with new session id and lifetime being generated when the server restarts or the

[Openvpn-devel] [PATCH applied] Re: Fix session id and initial timestamp not being preserved

2020-05-12 Thread Gert Doering
Acked-by: Gert Doering Discussed with Arne, change makes sense, old code did not do what it tried to. Plus documentation enhancements, always welcome. I haven't tested this in any "real" aspect (server-side), just basic compile/client tests (which unsurprisingly didn't turn up anything). Your