mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] dropbear: stronger default MAC algorithms
@ 2015-02-20 10:27 Bruno Thomsen
  0 siblings, 0 replies; only message in thread
From: Bruno Thomsen @ 2015-02-20 10:27 UTC (permalink / raw)
  To: ptxdist; +Cc: bth

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 <bth@kamstrup.com>
---
 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-20 10:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-20 10:27 [ptxdist] [PATCH] dropbear: stronger default MAC algorithms Bruno Thomsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox