Date: Wed, 10 Oct 2018 02:30:50 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 232143] security/dropbear is not broken with cbc only needs ctr to function Message-ID: <bug-232143-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232143 Bug ID: 232143 Summary: security/dropbear is not broken with cbc only needs ctr to function Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: dewayne@heuristicsystems.com.au CC: pkubaj@anongoth.pl CC: pkubaj@anongoth.pl Flags: maintainer-feedback?(pkubaj@anongoth.pl) This line in the Makefile is incorrect CBC_BROKEN=3D ./session.h:77:3: error: unknown type name 'symmetric_CBC' CBC functions correctly iff CTR is also selected.=20=20 This is what I use and suggest CBC=3Don: Use CBC mode for ciphers (less secure) requires CTR CTR=3Don: Use CTR mode for ciphers (more secure) Which I have running on FreeBSD11.1 and 11.2Stable i386 and amd64 servers. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232143-7788>