Ver código fonte

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 <[email protected]>
Konstantin Demin 1 ano atrás
pai
commit
2cd414c33e
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      package/network/services/dropbear/Config.in

+ 0 - 1
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.