From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200403173021.10414-1-bruno.thomsen@gmail.com> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Thu, 09 Apr 2020 18:54:20 +0200 Subject: Re: [ptxdist] [APPLIED] fbgrab: remove from staging List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Bruno Thomsen Thanks, applied as 78da45ab6edf82f218f5ab53d5e49e77f09ea407. Michael [sent from post-receive hook] On Thu, 09 Apr 2020 18:54:20 +0200, Bruno Thomsen wrote: > When enabling or disabling sha1 integrity also keep or remove > key exhange algorithms that rely on sha1. > > group14_sha1 - 2048 bit, sha1 > group1 - 1024 bit, sha1 > > Signed-off-by: Bruno Thomsen > Message-Id: <20200403173021.10414-1-bruno.thomsen@gmail.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/dropbear.make b/rules/dropbear.make > index 8d80ed295c15..d52efa3968e2 100644 > --- a/rules/dropbear.make > +++ b/rules/dropbear.make > @@ -165,9 +165,13 @@ endif > ifdef PTXCONF_DROPBEAR_SHA1 > @echo "ptxdist: enabling sha1" > @echo "#define DROPBEAR_SHA1_HMAC 1" >> $(DROPBEAR_LOCALOPTIONS) > + @echo "#define DROPBEAR_DH_GROUP1 1" >> $(DROPBEAR_LOCALOPTIONS) > + @echo "#define DROPBEAR_DH_GROUP14_SHA1 1" >> $(DROPBEAR_LOCALOPTIONS) > else > @echo "ptxdist: disabling sha1" > @echo "#define DROPBEAR_SHA1_HMAC 0" >> $(DROPBEAR_LOCALOPTIONS) > + @echo "#define DROPBEAR_DH_GROUP1 0" >> $(DROPBEAR_LOCALOPTIONS) > + @echo "#define DROPBEAR_DH_GROUP14_SHA1 0" >> $(DROPBEAR_LOCALOPTIONS) > endif > > ifdef PTXCONF_DROPBEAR_SHA1_96 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de