Package: stunnel Version: 3.23 Revision: 1 Maintainer: Thomas Diemer Depends: openssl, openssl097-shlibs, dlcompat-shlibs BuildDepends: openssl097-dev, dlcompat-dev Conflicts: stunnel-egd, stunnel4 Replaces: stunnel-egd, stunnel4 Source: http://www.stunnel.org/download/stunnel/src/stunnel-%v.tar.gz Source-MD5: c9c6865239bdfd594f7ba4f0c072832b CompileScript: << ./configure %c make stunnel << ConfigureParams: --with-ssl=%p InstallScript: << mkdir -p %i/sbin mkdir -p %i/var/stunnel mkdir -p %i/share/man/man8 chmod a=rwx,+t %i/var/stunnel install -c -m 711 stunnel %i/sbin install -c -m 644 stunnel.8 %i/share/man/man8 << DocFiles: BUGS COPY* CREDITS FAQ HISTORY PORTS README TODO *.html Description: Tool to encrypt TCP connections DescDetail: << Allows you to encrypt arbitrary TCP connections inside SSL (Secure Sockets Layer). It can allow you to secure non-SSL aware daemons and protocols (like POP, IMAP, LDAP, etc) by having it provide the encryption, requiring no changes to the daemon's code. << DescUsage: << If you want to use stunnel to secure services you need an .pem file. To have it seperated from the openssl files it is stored in /sw/var/stunnel. You can easily create it using openssl. e.g. /sw/bin/openssl req -rand /tmp/egdsocket -new -x509 -days 365 -nodes -out /sw/var/stunnel/stunnel.pem -keyout /sw/var/stunnel/stunnel.pem then /sw/bin/openssl x509 -subject -dates -fingerprint -noout -in /sw/var/stunnel/stunnel.pem << DescPort: << To avoid interactivity in the install process there must be no .pem file created. This has to be done later if stunnel is meant to be used secure services, could be needed in some cases stunnel is used as client. << License: GPL Homepage: http://www.stunnel.org