aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dropbear/Config.in
diff options
context:
space:
mode:
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