mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
10 lines
438 B
Plaintext
10 lines
438 B
Plaintext
The stunnel program is designed to work as SSL encryption wrapper
|
|
between remote client and local (inetd-startable) or remote server.
|
|
The concept is that having non-SSL aware daemons running on your
|
|
system you can easily setup them to communicate with clients over
|
|
secure SSL channel.
|
|
|
|
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 program code.
|