]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Static-challenge concatenation option
authorSelva Nair <selva.nair@gmail.com>
Fri, 19 Jul 2024 13:14:07 +0000 (15:14 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 9 Sep 2024 06:24:44 +0000 (08:24 +0200)
commit6f6a0f362f845f042a965f797b731f8931310372
treec8c90aff4ce74f87f8c92d660391ed681524c5e7
parent67124dcf317460609860a2ea7cb7a55ceed4a4ce
Static-challenge concatenation option

Extend "--static-challenge" option to take a third
argument (= scrv1 or concat) to specify that the password and
response should be concatenated instead of using the
SCRV1 protocol. If unspecified, it defaults to "scrv1"
meaning that the SCRV1 protocol should be used.

v2: use scrv1|concat instead of 0|1 as option argument
    fix typos
v3: improve and correct documentation in management-notes.txt

Change-Id: I59a90446bfe73d8856516025a58a6f62cc98ab0d
Signed-off-by: Selva Nair <selva.nair@gmail.com>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <20240719131407.75746-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg28943.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
doc/man-sections/client-options.rst
doc/management-notes.txt
src/openvpn/manage.c
src/openvpn/misc.c
src/openvpn/misc.h
src/openvpn/options.c
src/openvpn/ssl.c