ash: exec: Never rehash regular built-ins
[oweals/busybox.git] / networking / Config.src
index 492c60da4e2d280a8f0f5554fac9d1e51df8347a..04d644bc9271eaab39af48943f754b23c9c3b555 100644 (file)
@@ -1,6 +1,6 @@
 #
 # For a description of the syntax of this configuration file,
-# see scripts/kbuild/config-language.txt.
+# see docs/Kconfig-language.txt.
 #
 
 menu "Networking Utilities"
@@ -46,6 +46,17 @@ config VERBOSE_RESOLUTION_ERRORS
        "can't resolve 'hostname.com'" and want to know more.
        This may increase size of your executable a bit.
 
+config FEATURE_TLS_SHA1
+       bool "In TLS code, support ciphers which use deprecated SHA1"
+       depends on TLS
+       default n
+       help
+       Selecting this option increases interoperability with very old
+       servers, but slightly increases code size.
+
+       Most TLS servers support SHA256 today (2018), since SHA1 is
+       considered possibly insecure (although not yet definitely broken).
+
 INSERT
 
 source networking/udhcp/Config.in