]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Implement sending response to challenge via CR_RESPONSE
authorArne Schwabe <arne@rfc2549.org>
Tue, 19 May 2020 22:00:02 +0000 (00:00 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 12 Jun 2020 06:46:38 +0000 (08:46 +0200)
commitadb9bb918de6ceda1ab027aa02942e8c4efc3183
tree864b06125ff2d16e39d7eb85f9354a7b520392b3
parent1f76bbb5e5111d0a529ec192443e66ed436c83db
Implement sending response to challenge via CR_RESPONSE

When a client announces its support to support text based
challenge/response via IV_SSO=crtext,the client needs to also
be able to reply to that response.

This adds the "cr-response" management function to be able to
do this. The answer should be base64 encoded.

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