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

config STUNNEL
	tristate
	select OPENSSL
	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.