]> git.ipfire.org Git - thirdparty/openvpn.git/commit
make tls-auth and tls-crypt per-connection-block options
authorAntonio Quartulli <a@unstable.cc>
Sat, 7 Jul 2018 09:04:21 +0000 (17:04 +0800)
committerGert Doering <gert@greenie.muc.de>
Tue, 24 Jul 2018 12:24:48 +0000 (14:24 +0200)
commit57d6f103f378b927b9e0054b022b5b8b442973b8
treee5cc03f8ba6183beac7dce1afcc9d17e396da32d
parent5817b49b4ca39f86eabb092c562b72d46d5509f7
make tls-auth and tls-crypt per-connection-block options

Different VPN servers may use different tls-auth/crypt keys.
For this reason it is convenient to make tls-auth/crypt
per-connection-block options so that the user is allowed to
specify one key per remote.

If no tls-auth/crypt option is specified in a given connection
block, the global settings, if any, are used.

Trac: #720
Cc: Steffan Karger <steffan@karger.me>
Signed-off-by: Antonio Quartulli <a@unstable.cc>
Acked-by: Steffan Karger <steffan.karger@fox-it.com>
Message-Id: <20180707090421.25953-2-a@unstable.cc>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg17226.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
doc/openvpn.8
src/openvpn/init.c
src/openvpn/options.c
src/openvpn/options.h