summaryrefslogtreecommitdiffstats
path: root/net/stunnel/DETAILS
blob: 996d153f38926dc316e1a1870ab58e5cd9501d09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
           SPELL=stunnel
         VERSION=5.03
          BRANCH=$(echo $VERSION | cut -d. -f1)
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=ftp://ftp.stunnel.org/stunnel/archive/$BRANCH.x/$SOURCE
   SOURCE_URL[1]=http://www.usenix.org.uk/mirrors/stunnel/archive/$BRANCH.x/$SOURCE
   SOURCE_URL[2]=ftp://ftp.nluug.nl/pub/networking/stunnel/archive/$BRANCH.x/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.asc
  SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
  SOURCE2_URL[2]=${SOURCE_URL[2]}.asc
      SOURCE_GPG="stunnel.gpg:$SOURCE2:UPSTREAM_KEY"
  SOURCE2_IGNORE=signature
      ACTIVE_FTP=on
        WEB_SITE=http://www.stunnel.org/
        KEYWORDS="net"
         ENTERED=20011108
           SHORT="multiplatform SSL tunneling proxy"
cat << EOF
The stunnel program is designed to work as an SSL encryption wrapper between
remote client and local (inetd-startable) or remote server. It can be used to
add SSL functionality to commonly used inetd daemons like POP2, POP3, and IMAP
servers without any changes in the programs' code. 
Stunnel uses OpenSSL or SSLeay libraries for cryptography, so it supports
whatever cryptographic algorithms you compiled into your library. 
See stunnel(8) manual for details.

For UDP forwarding, also look at zebedee
EOF