]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Allow scripts and plugins to set a custom AUTH_FAILED message
authorArne Schwabe <arne@rfc2549.org>
Wed, 24 Aug 2022 14:08:48 +0000 (16:08 +0200)
committerGert Doering <gert@greenie.muc.de>
Sat, 17 Sep 2022 15:00:45 +0000 (17:00 +0200)
commit8893fe49a4c593387d469ccc4a73ec0714f69315
tree9d6ce3703fc4187821c3b864d536532521bce248
parente9a156a160bb71e03ae03ba0bf4f31ced7282a13
Allow scripts and plugins to set a custom AUTH_FAILED message

This is currently only possible when using the management interface
and the client-deny functionality.

Patch v3: add missing gc_free

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Heiko Hund <heiko@ist.eigentlich.net>
Message-Id: <20220824140848.88013-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg25099.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/ssl_common.h
src/openvpn/ssl_verify.c