]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Make --cipher/--auth none more explicit on the risks
authorDavid Sommerseth <davids@openvpn.net>
Mon, 10 Apr 2017 22:28:28 +0000 (00:28 +0200)
committerDavid Sommerseth <davids@openvpn.net>
Tue, 11 Apr 2017 13:47:13 +0000 (15:47 +0200)
commit7a1b6a0dd706a81897457b0456a951c0b30bbcfb
tree0153ce80a0c69b41746e1e295b388e7e895812b4
parent9636196d5efb719cf1011397a360d46bccb3fe29
Make --cipher/--auth none more explicit on the risks

The warning provided to --cipher and --auth using the 'none' setting may
not have been too clearly understandable to non-developers or people not
fully understanding encryption and cryptography.  This tries to improve
that.

While at it, also break up the long source lines.

Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Steffan Karger <steffan.karger@fox-it.com>
Message-Id: <20170410222828.23612-1-davids@openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg14436.html
Signed-off-by: David Sommerseth <davids@openvpn.net>
src/openvpn/crypto.c
src/openvpn/init.c