]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Sent indication that a session is expired to clients
authorArne Schwabe <arne@openvpn.net>
Tue, 17 Sep 2019 12:11:15 +0000 (14:11 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 1 Oct 2019 10:59:17 +0000 (12:59 +0200)
commitfba0e8b8964d5a1f24182ff4c48b18923b5d7ba8
tree8397fa4a067862e41d778d340e76e27adef1d5a3
parentc8723aa7bebb0ddb088819590d5a9bea6ea0d669
Sent indication that a session is expired to clients

This allows OpenVPN 3 core to fall back to the original authentication
method.

This commit changes man_def_auth_set_client_reason to
auth_set_client_reason since it now used in more contexts.

Also remove a FIXME about client_reason not being freed, as it is freed
in tls_multi_free with auth_set_client_reason(multi, NULL);

Patch V4: Rebase on master
Patch V7: Rebase on master
Acked-by: David Sommerseth <davids@openvpn.net>
Message-Id: <20190917121115.13966-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg18820.html

Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/auth_token.c
src/openvpn/ssl.c
src/openvpn/ssl_common.h
src/openvpn/ssl_verify.c
src/openvpn/ssl_verify.h