]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Deprecate key-method 1
authorSteffan Karger <steffan@karger.me>
Mon, 14 Nov 2016 20:06:07 +0000 (21:06 +0100)
committerDavid Sommerseth <davids@openvpn.net>
Mon, 14 Nov 2016 21:56:01 +0000 (22:56 +0100)
commit1ce0638627eb35631af9bfaa569468573568ec65
tree479b795968416e6af765b78c315b3f6dbdf7dbf7
parent825e2ec1f358f2e81b623f2770fbbf76748b0739
Deprecate key-method 1

Key method 2 has been the default since OpenVPN 2.0, and is both more
functional and secure.  Also, key method 1 was only ever supported for
peer-to-peer connections (i.e. not for client-server).

Let's get rid of some legacy and phase out key method 1.

v2: add Changes.rst entry, and update man page

[ DS: Slightly modified patch, rewored the warning message and the
      Changes.rst note to encourage not to set --key-method at all ]

Signed-off-by: Steffan Karger <steffan@karger.me>
Acked-by: David Sommerseth <davids@openvpn.net>
Message-Id: <1479153967-6788-1-git-send-email-steffan@karger.me>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13054.html
Signed-off-by: David Sommerseth <davids@openvpn.net>
Changes.rst
doc/openvpn.8
src/openvpn/options.c