diff options
| author | Konstantin Demin | 2024-05-06 13:20:16 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-05-09 17:35:36 +0000 |
| commit | 2cd414c33e511235db6d339e1268faf9749a14e1 (patch) | |
| tree | 43a7deb6ef9202996eade05ecf6688ae45eae999 | |
| parent | f230d00e64187ad7c2d91dc8275e9fba28bb9df5 (diff) | |
| download | openwrt-2cd414c33e511235db6d339e1268faf9749a14e1.tar.gz | |
dropbear: clarify DROPBEAR_MODERN_ONLY option
don't mention SHA1 in order to not confuse users - SHA1 support is already disabled (except RSA-SHA1 signagures).
ref: https://github.com/openwrt/openwrt/issues/15281
Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
| -rw-r--r-- | package/network/services/dropbear/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/network/services/dropbear/Config.in b/package/network/services/dropbear/Config.in index 7ffe7684d4..0d012b21b0 100644 --- a/package/network/services/dropbear/Config.in +++ b/package/network/services/dropbear/Config.in @@ -186,7 +186,6 @@ config DROPBEAR_MODERN_ONLY and disables: - AES - RSA - - SHA1 Reduces binary size by about 64 kB (MIPS) from default configuration. |