summaryrefslogtreecommitdiffstats
path: root/rules/stunnel.in
blob: dba0e890fe52805ee57ef1c5a1d96ca344ffc6ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## SECTION=networking

config STUNNEL
	tristate
	select OPENSSL
	select LIBC_UTIL
	select LIBC_PTHREAD
	select LIBC_CRYPT
	prompt "stunnel"
	help
	  The stunnel program is designed to work as an SSL encryption
	  wrapper between remote client and local (inetd-startable) or
	  remote servers. The goal is to facilitate SSL encryption and
	  authentication for non-SSL-aware programs.

	  stunnel can be used to add  SSL  functionality  to  commonly
	  used  inetd  daemons  like  POP-2,  POP-3  and  IMAP servers
	  without any changes in the programs' code.