]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Implement sending AUTH_PENDING challenges to clients
authorArne Schwabe <arne@rfc2549.org>
Tue, 19 May 2020 22:00:03 +0000 (00:00 +0200)
committerGert Doering <gert@greenie.muc.de>
Sat, 20 Jun 2020 10:19:43 +0000 (12:19 +0200)
commit1114b985dffaf7b2dcb04dfced5397562bb6606a
tree9d635836f50b431d98f011f39ccc751ec0a27600
parentadb9bb918de6ceda1ab027aa02942e8c4efc3183
Implement sending AUTH_PENDING challenges to clients

This implements sending AUTH_PENDING and INFO_PRE messages to clients
that indicate that the clients should be continue authentication with
a second factor. This can currently be out of band (openurl) or a normal
challenge/response two like TOTP (CR_TEXT).

Unfortunately this patch spend so much time in review in openvpn2 that
the corosponding IV_SSO commit in openvpn3 (34a3f264) already made its
way to released products so changing this right now is difficult.

https://github.com/OpenVPN/openvpn3/commit/34a3f264f56bd050d9b26d2e7163f88a
f9a559e2

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: David Sommerseth <davids@openvpn.net>
Message-Id: <20200519220004.25136-5-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg19909.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
doc/management-notes.txt
src/openvpn/manage.c
src/openvpn/manage.h
src/openvpn/multi.c
src/openvpn/push.c
src/openvpn/push.h