summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/DETAILS
blob: 9c5aa04fda8bf2e871fc1d4d109ec405f3d9265e (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
           SPELL=openssl

if [[ -z "$OPENSSL_BRANCH" ]] || [[ $OPENSSL_BRANCH == DEFAULT ]]; then
  OPENSSL_BRANCH="0.9"
fi

case $OPENSSL_BRANCH in
  0.9)
         VERSION=0.9.8x
  SECURITY_PATCH=19
  ;;
  1.0)
         VERSION=1.0.0j
  SECURITY_PATCH=19
      PATCHLEVEL=0
  ;;
esac

          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://www.openssl.org/source/$SOURCE
   SOURCE_URL[1]=ftp://sunsite.cnlab-switch.ch/mirror/openssl/source/$SOURCE
   SOURCE_URL[2]=ftp://ftp.funet.fi/pub/crypt/cryptography/libs/openssl/source/$SOURCE
   SOURCE_URL[3]=ftp://ftp.mirror.ac.uk/sites/ftp.openssl.org/source/$SOURCE
   SOURCE_URL[4]=ftp://sunsite.uio.no/pub/security/openssl/source/$SOURCE
         SOURCE2=$SOURCE.asc
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
  SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
  SOURCE2_URL[2]=${SOURCE_URL[2]}.asc
  SOURCE2_URL[3]=${SOURCE_URL[3]}.asc
  SOURCE2_URL[4]=${SOURCE_URL[4]}.asc
  SOURCE2_IGNORE=signature
      SOURCE_GPG="openssl.gpg:${SOURCE2}:UPSTREAM_KEY"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://www.openssl.org/
         ENTERED=20010922
      LICENSE[0]=http://www.cgicentral.net/400CS/Docs/openssl/LICENSE.openssl.html
        KEYWORDS="crypto"
           SHORT="library for providing encrypted transport layers"
cat << EOF
The OpenSSL Project is a collaborative effort to develop a robust,
commercial-grade, full-featured, and Open Source toolkit implementing the Secure
Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as
well as a full-strength general purpose cryptography library. The project is
managed by a worldwide community of volunteers that use the Internet to
communicate, plan, and develop the OpenSSL toolkit and its related
documentation. OpenSSL is based on the excellent SSLeay library developed by
Eric A. Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
Apache-style licence, which basically means that you are free to get and use it
for commercial and non-commercial purposes subject to some simple license
conditions.
EOF