Re: [Openvpn-devel] [PATCH v3] Implement server side of AUTH_PENDING with extending timeout

2021-03-05 Thread Lev Stipakov
Acked-by: Lev Stipakov ke 3. maalisk. 2021 klo 14.39 Arne Schwabe (a...@rfc2549.org) kirjoitti: > > Patch V2: eliminate parse_kid function, fix style > Patch V3: adding missing parameter in function, this was added > by a later patch in the original series > > Signed-off-by: Arne

[Openvpn-devel] [PATCH v3] Implement server side of AUTH_PENDING with extending timeout

2021-03-03 Thread Arne Schwabe
Patch V2: eliminate parse_kid function, fix style Patch V3: adding missing parameter in function, this was added by a later patch in the original series Signed-off-by: Arne Schwabe --- src/openvpn/manage.c | 23 + src/openvpn/manage.h | 3 ++-

Re: [Openvpn-devel] [PATCH v3] Implement server side of AUTH_PENDING with extending timeout

2021-02-01 Thread Lev Stipakov
Almost there. Here we still need context, not tls_multi. > -bool send_auth_pending_messages(struct context *c, const char *extra); > +bool > +send_auth_pending_messages(struct tls_multi *tls_multi, const char *extra, > + unsigned int timeout);

[Openvpn-devel] [PATCH v3] Implement server side of AUTH_PENDING with extending timeout

2021-02-01 Thread Arne Schwabe
Patch V2: eliminate parse_kid function, fix style Patch V3: adding missing parameter in function, this was added by a later patch in the original series Signed-off-by: Arne Schwabe --- src/openvpn/manage.c | 23 + src/openvpn/manage.h | 3 ++-