]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Extend the error message when TLS 1.0 PRF fails
authorArne Schwabe <arne@rfc2549.org>
Wed, 13 Dec 2023 10:53:08 +0000 (11:53 +0100)
committerGert Doering <gert@greenie.muc.de>
Tue, 26 Dec 2023 19:37:25 +0000 (20:37 +0100)
commit6ff816142c1acdaee149c4daabb297fefc2ccde0
tree7b3090fc9badbe1d3496bdf3cee35a5d4e16a854
parentc590868a721881dd21bfb77ecf846e6c8720e4ef
Extend the error message when TLS 1.0 PRF fails

This error will probably become more and more common in the future when
more and more systems will drop TLS 1.0 PRF support. We are already
seeing people stumbling upon this (see GitHub issue #460)

The current error messages

  TLS Error: PRF calcuation failed
  TLS Error: generate_key_expansion failed

are not very helpful for people that do not have deep understanding
of TLS or the OpenVPN protocol. Improve this message to give a normal
user a chance to understand that the peer needs to be OpenVPN 2.6.x or
newer.

Change-Id: Ib3b64b52beed69dc7740f191b0e9a9dc9af5b7f3
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <20231213105308.121460-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27796.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/ssl.c