Acked-by: Steffan Karger <steffan.karger@fox-it.com>
Message-Id: <
1417872129-31980-2-git-send-email-arne@rfc2549.org>
URL: http://article.gmane.org/gmane.network.openvpn.devel/9309
Signed-off-by: Gert Doering <gert@greenie.muc.de>
.B direction
parameter is used).
-.B (2)
+.B (2) DEPRECATED
A freeform passphrase file. In this case the HMAC key will
be derived by taking a secure hash of this file, similar to
the
.BR md5sum (1)
or
.BR sha1sum (1)
-commands.
+commands. This option is deprecated and will stop working in OpenVPN 2.4 and
+newer releases.
OpenVPN will first try format (1), and if the file fails to parse as
a static key file, format (2) will be used.
msg (M_INFO,
"Control Channel Authentication: using '%s' as a free-form passphrase file",
passphrase_file);
+ msg (M_WARN, "DEPRECATED OPTION: Using freeform files for tls-auth is deprecated and is not supported in OpenVPN 2.4 or newer versions");
}
}
/* handle key direction */