summaryrefslogtreecommitdiffstats
path: root/rules/dropbear.in
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2020-11-16 09:05:49 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-11-16 12:44:56 +0100
commit01ac7cc409b59dfbdcc0e231733d3893c51ee8cc (patch)
treeb0158787d8486bab3a728e127da99ddce39b06a2 /rules/dropbear.in
parentad7ed6f84920cd90ba058c53b931bfd6202ca9c1 (diff)
downloadptxdist-01ac7cc409b59dfbdcc0e231733d3893c51ee8cc.tar.gz
ptxdist-01ac7cc409b59dfbdcc0e231733d3893c51ee8cc.tar.xz
dropbear: Remove deprecated options
All those options are cryptographically weak, already broken, or will be removed in the next version anyways. Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20201116080552.25031-3-ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dropbear.in')
-rw-r--r--rules/dropbear.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/rules/dropbear.in b/rules/dropbear.in
index 62a4a8427..d23f9b17f 100644
--- a/rules/dropbear.in
+++ b/rules/dropbear.in
@@ -170,17 +170,6 @@ config DROPBEAR_AES256
(and others) to protect sensitive information.
-config DROPBEAR_BLOWFISH
- bool
- prompt "Blowfish"
- help
- Blowfish, by Bruce Schneier, combines a Feistel network,
- key-dependent S-Boxes, with a non-invertible f function.
- This block cipher iterates a simple encryption function
- 16 times.
- Blowfish was designed with a variable key length ranging
- from 32 bits to 448 bits.
-
config DROPBEAR_TWOFISH128
bool
prompt "Twofish128"
@@ -271,14 +260,6 @@ config DROPBEAR_SHA512
SHA-1. SHA-2 consists of a set of four hash functions with digests
that are 224, 256, 384 or 512 bits.
-config DROPBEAR_MD5
- bool
- prompt "md5"
- help
- MD5 was developed by Professor Ronald L. Rivest in 1994.
- Its 128 bit (16 byte) message digest makes it a faster
- implementation than SHA-1.
-
comment "Hostkey/public key algorithms, at least one required --- SSH2 RFC Draft requires dss, recommends rsa"
config DROPBEAR_RSA
@@ -291,16 +272,6 @@ config DROPBEAR_RSA
conjectured (but not proven) to be equivalent to the
Integer Factorisation Problem (IFP).
-config DROPBEAR_DSS
- bool
- prompt "dss"
- help
- DSS stands for Digital Signature Standard.
- DSS employs the ElGamal and Schnorr PK systems to produce
- a fixed width signature (irrespective of the public/private
- key size). In contrast, RSA signature length is a function
- of the key length employed.
-
config DROPBEAR_ECDSA
bool
prompt "ecdsa"