cron2 has uploaded a new patch set (#2) to the change originally created by flichtenheld. ( http://gerrit.openvpn.net/c/openvpn/+/1511?usp=email )
The following approvals got outdated and were removed: Code-Review+2 by cron2 Change subject: crypto: Do not claim we will remove support for BF-CBC in 2.7 ...................................................................... crypto: Do not claim we will remove support for BF-CBC in 2.7 Change-Id: Ie35099b114c510e55292090c34b9d950b1f03947 Signed-off-by: Frank Lichtenheld <[email protected]> Acked-by: Gert Doering <[email protected]> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1511 Message-Id: <[email protected]> URL: https://www.mail-archive.com/[email protected]/msg35565.html Signed-off-by: Gert Doering <[email protected]> --- M src/openvpn/crypto.c 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.openvpn.net:29418/openvpn refs/changes/11/1511/2 diff --git a/src/openvpn/crypto.c b/src/openvpn/crypto.c index e3d1fa5..9a4269c 100644 --- a/src/openvpn/crypto.c +++ b/src/openvpn/crypto.c @@ -863,7 +863,7 @@ " 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); } } -- To view, visit http://gerrit.openvpn.net/c/openvpn/+/1511?usp=email To unsubscribe, or for help writing mail filters, visit http://gerrit.openvpn.net/settings?usp=email Gerrit-MessageType: newpatchset Gerrit-Project: openvpn Gerrit-Branch: master Gerrit-Change-Id: Ie35099b114c510e55292090c34b9d950b1f03947 Gerrit-Change-Number: 1511 Gerrit-PatchSet: 2 Gerrit-Owner: flichtenheld <[email protected]> Gerrit-Reviewer: cron2 <[email protected]> Gerrit-Reviewer: plaisthos <[email protected]> Gerrit-CC: openvpn-devel <[email protected]>
_______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
