Re: [Openvpn-devel] [PATCH 08/11] Allow pending auth to be send from a auth plugin

2021-01-21 Thread David Sommerseth
On 30/09/2020 15:13, Arne Schwabe wrote: Signed-off-by: Arne Schwabe --- doc/man-sections/generic-options.rst | 3 +- include/openvpn-plugin.h.in | 8 ++ src/openvpn/ssl.c| 2 +- src/openvpn/ssl_common.h | 1 + src/openvpn/ssl_verify.c

[Openvpn-devel] [PATCH 08/11] Allow pending auth to be send from a auth plugin

2020-09-30 Thread Arne Schwabe
Signed-off-by: Arne Schwabe --- doc/man-sections/generic-options.rst | 3 +- include/openvpn-plugin.h.in | 8 ++ src/openvpn/ssl.c| 2 +- src/openvpn/ssl_common.h | 1 + src/openvpn/ssl_verify.c | 165 --- src/op