Skip to content

Commit f6004dc

Browse files
flichtenheldcron2
authored andcommitted
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>
1 parent 2183eb5 commit f6004dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/openvpn/crypto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ warn_insecure_key_type(const char *ciphername)
863863
" bit (%d bit). This allows attacks like SWEET32. Mitigate by "
864864
"using a --cipher with a larger block size (e.g. AES-256-CBC). "
865865
"Support for these insecure ciphers will be removed in "
866-
"OpenVPN 2.7.",
866+
"OpenVPN 2.8.",
867867
ciphername, cipher_kt_block_size(ciphername) * 8);
868868
}
869869
}

0 commit comments

Comments
 (0)