mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-02-18 18:19:42 -05:00
crypto: Do not claim we will remove support for BF-CBC in 2.7
Change-Id: Ie35099b114c510e55292090c34b9d950b1f03947 Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com> Acked-by: Gert Doering <gert@greenie.muc.de> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1511 Message-Id: <20260210152035.1273-1-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg35565.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
parent
2183eb5d54
commit
f6004dc45e
1 changed files with 1 additions and 1 deletions
|
|
@ -863,7 +863,7 @@ warn_insecure_key_type(const char *ciphername)
|
|||
" bit (%d bit). This allows attacks like SWEET32. Mitigate by "
|
||||
"using a --cipher with a larger block size (e.g. AES-256-CBC). "
|
||||
"Support for these insecure ciphers will be removed in "
|
||||
"OpenVPN 2.7.",
|
||||
"OpenVPN 2.8.",
|
||||
ciphername, cipher_kt_block_size(ciphername) * 8);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue