From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.kamstrup.com ([93.167.225.188]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1YOko8-0006KP-9U for ptxdist@pengutronix.de; Fri, 20 Feb 2015 11:27:41 +0100 From: Bruno Thomsen Date: Fri, 20 Feb 2015 11:27:31 +0100 Message-ID: <1424428051-25177-1-git-send-email-bth@kamstrup.com> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] dropbear: stronger default MAC algorithms Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: bth@kamstrup.com Disable SHA1-96 since it gets flagged by Nessus security scanner. Disable SHA1 since it's no longer recommended for cryotography, and Google, Mozilla, Microsoft & NIST have all announced deprecation of it. Tenable Network Security - Nessus: http://www.tenable.com/plugins/index.php?view=single&id=71049 Signed-off-by: Bruno Thomsen --- rules/dropbear.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/dropbear.in b/rules/dropbear.in index 1c1d813..db4a8ab 100644 --- a/rules/dropbear.in +++ b/rules/dropbear.in @@ -224,7 +224,6 @@ comment "Integrity, at least one required --- RFC Draft requires sha1-hmac and r config DROPBEAR_SHA1 bool prompt "sha1" - default y help The Secure Hash Algorithm (SHA) was developed by NIST and is specified in the Secure Hash Standard (SHS, FIPS 180). @@ -237,7 +236,6 @@ config DROPBEAR_SHA1 config DROPBEAR_SHA1_96 bool prompt "sha1-96" - default y help The Secure Hash Algorithm (SHA) was developed by NIST and is specified in the Secure Hash Standard (SHS, FIPS 180). @@ -250,6 +248,7 @@ config DROPBEAR_SHA1_96 config DROPBEAR_SHA256 bool prompt "sha256" + default y help SHA-2 is a set of cryptographic hash functions (SHA-224, SHA-256, SHA-384, SHA-512) designed by the National Security Agency (NSA) @@ -262,6 +261,7 @@ config DROPBEAR_SHA256 config DROPBEAR_SHA512 bool prompt "sha512" + default y help SHA-2 is a set of cryptographic hash functions (SHA-224, SHA-256, SHA-384, SHA-512) designed by the National Security Agency (NSA) -- 1.9.1 -- ptxdist mailing list ptxdist@pengutronix.de