mirror of https://github.com/hak5/openwrt.git
dropbear: enable curve25519 support by default, increases compressed binary size by ~5 kb
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48196lede-17.01
parent
1455b5b89a
commit
4c7983a00a
|
@ -3,7 +3,7 @@ menu "Configuration"
|
||||||
|
|
||||||
config DROPBEAR_CURVE25519
|
config DROPBEAR_CURVE25519
|
||||||
bool "Curve25519 support"
|
bool "Curve25519 support"
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
This enables the following key exchange algorithm:
|
This enables the following key exchange algorithm:
|
||||||
curve25519-sha256@libssh.org
|
curve25519-sha256@libssh.org
|
||||||
|
|
Loading…
Reference in New Issue