f1b94639f9 | ||
---|---|---|
.github/workflows | ||
auto | ||
doc | ||
m4 | ||
src | ||
tests | ||
tools | ||
.gitmodules | ||
AUTHORS.md | ||
BUGS.md | ||
COPYING.md | ||
COPYRIGHT.md | ||
CREDITS.md | ||
INSTALL.FIPS.md | ||
INSTALL.MIPSEL | ||
INSTALL.W32.md | ||
INSTALL.WCE.md | ||
Makefile.am | ||
Makefile.in | ||
NEWS.md | ||
PORTS.md | ||
README.md | ||
TODO.md | ||
aclocal.m4 | ||
build_amd64.sh | ||
build_amd64_centos.sh | ||
build_arm64.sh | ||
build_armv7.sh | ||
configure | ||
configure.ac |
README.md
stunnel overview
Short description
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.
License
- COPYING A short license overview
- COPYRIGHT The complete terms and conditions
- CREDITS A list of major contributions
Other useful files
- NEWS What I did
- TODO What I'm going to do
- BUGS Known bugs
- INSTALL.FIPS, INSTALL.W32 and INSTALL.WCE Additional installation notes
- PORTS Known ports