]> 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:48:17 +0000 (15:48 +0200)
commit1935729fe6d6badd978e9dfdd3402857b3d000a0
tree2b9bc911bb2c438a762370d2f28a903fc7786cc9
parent8731dfa7caaf8b6d8757492f331e0b4c79851412
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>
(cherry picked from commit 7a1b6a0dd706a81897457b0456a951c0b30bbcfb)
src/openvpn/crypto.c
src/openvpn/init.c