summaryrefslogtreecommitdiffstats
path: root/net/openswan/DETAILS
blob: d656b5ffe4cb46d60d093c6d590168f3215e5c6d (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
31
32
33
34
            SPELL=openswan
          VERSION=2.6.34
   SECURITY_PATCH=1
           SOURCE=$SPELL-$VERSION.tar.gz
          SOURCE2=$SOURCE.asc
 SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
    SOURCE_URL[0]=http://www.openswan.org/download/$SOURCE
   SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
       SOURCE_GPG=B7E82DF8.gpg:$SOURCE2:UPSTREAM_KEY
   SOURCE2_IGNORE=signature
       LICENSE[0]=GPL
         WEB_SITE=http://www.openswan.org/
          ENTERED=20040819
         KEYWORDS="net"
            SHORT="implementation of IPsec for Linux"
cat << EOF
Openswan is an implementation of IPsec for Linux. It supports kernels 2.0,
2.2, 2.4 and 2.6, and runs on many different platforms, including x86, ia64,
mips and arm. It is a code fork of the FreeS/WAN project, started by a few of
the developers who were growing frustrated with the politics surrounding the
FreeS/WAN project.

IPSEC is Internet Protocol SECurity. It uses strong cryptography to provide
both authentication and encryption services. Authentication ensures that
packets are from the right sender and have not been altered in transit.
Encryption prevents unauthorised reading of packet contents.

These services allow you to build secure tunnels through untrusted networks.
Everything passing through the untrusted net is encrypted by the IPSEC gateway
machine and decrypted by the gateway at the other end. The result is Virtual
Private Network or VPN. This is a network which is effectively private even
though it includes machines at several different sites connected by the
insecure Internet.
EOF