1config BR2_PACKAGE_STUNNEL
2 bool "stunnel"
3 depends on BR2_USE_MMU # fork()
4 select BR2_PACKAGE_OPENSSL
5 select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
6 help
7 Stunnel is a program that wraps any TCP connection with an SSL
8 connection.
9
10 http://www.stunnel.org/
11