aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dropbear/Config.in
diff options
context:
space:
mode:
authorVladislav Grishenko <themiron@mail.ru>2020-04-13 03:24:28 +0500
committerHans Dedecker <dedeckeh@gmail.com>2020-05-30 21:27:10 +0200
commitf166cf9ca07ceb023db356532cf4154ef433322a (patch)
treedbc22710b222fb4e437a3d581fa085c8e423033d /package/network/services/dropbear/Config.in
parent02f08056bcbc5f014894b7edcea43f2ff822fd90 (diff)
downloadupstream-f166cf9ca07ceb023db356532cf4154ef433322a.tar.gz
upstream-f166cf9ca07ceb023db356532cf4154ef433322a.tar.bz2
upstream-f166cf9ca07ceb023db356532cf4154ef433322a.zip
dropbear: add ed25519 and chacha20-poly1305
- add Ed25519 support (backport): * DROPBEAR_ED25519 option for ssh-ed25519, * disabled by default - add Chacha20-Poly1305 support (backport): * DROPBEAR_CHACHA20POLY1305 for chacha20-poly1305@openssh.com, * enabled by default - update feature costs in binary size Signed-off-by: Vladislav Grishenko <themiron@mail.ru>
Diffstat (limited to 'package/network/services/dropbear/Config.in')
-rw-r--r--package/network/services/dropbear/Config.in20
1 files changed, 19 insertions, 1 deletions
diff --git a/package/network/services/dropbear/Config.in b/package/network/services/dropbear/Config.in
index 61a04ec876..3de4189e08 100644
--- a/package/network/services/dropbear/Config.in
+++ b/package/network/services/dropbear/Config.in
@@ -8,7 +8,7 @@ config DROPBEAR_CURVE25519
This enables the following key exchange algorithm:
curve25519-sha256@libssh.org
- Increases binary size by about 8 kB uncompressed (MIPS).
+ Increases binary size by about 4 kB (MIPS).
config DROPBEAR_ECC
bool "Elliptic curve cryptography (ECC)"
@@ -49,6 +49,24 @@ config DROPBEAR_ECC_FULL
Increases binary size by about 4 kB (MIPS).
+config DROPBEAR_ED25519
+ bool "Ed25519 support"
+ default n
+ help
+ This enables the following public key algorithm:
+ ssh-ed25519
+
+ Increases binary size by about 12 kB (MIPS).
+
+config DROPBEAR_CHACHA20POLY1305
+ bool "Chacha20-Poly1305 support"
+ default y
+ help
+ This enables the following authenticated encryption cipher:
+ chacha20-poly1305@openssh.com
+
+ Increases binary size by about 4 kB (MIPS).
+
config DROPBEAR_ZLIB
bool "Enable compression"
default n