kumquat-buildroot/package/dropbear
Stefan Sørensen 8a38d7cc9a dropbear: Fix host key loading with 521 bit ecdsa keys
Dropbear 2018.76 changed the default ecdsa host key size form 521 to 256
bits, but this breaks systems with an existing 521 bit key, blocking ssh
logins.

Apply the upstream fix from https://secure.ucc.asn.au/hg/dropbear/rev/0dc3103a5900 :

  Only advertise a single server ecdsa key when -R (generate as required) is
  specified. Fixes -R now that default ecdsa key size has changed.

[Peter: apply-patches.sh does not like suffix-less filename, so include
	patch in Buildroot]
Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-05-05 09:13:15 +02:00
..
0001-only-advertise-single-server-ecdsa-key-when-R-is-used.patch dropbear: Fix host key loading with 521 bit ecdsa keys 2018-05-05 09:13:15 +02:00
Config.in dropbear: unbundle libtomath & libtomcrypt 2018-04-28 17:38:11 +02:00
dropbear.hash
dropbear.mk dropbear: unbundle libtomath & libtomcrypt 2018-04-28 17:38:11 +02:00
dropbear.service
S50dropbear