summaryrefslogtreecommitdiffstats
path: root/chat-libs/libotr/DETAILS
blob: 96b42d301418a9a19f6fa81dfef2ba92868f90b2 (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
           SPELL=libotr
         VERSION=4.1.1
  SECuRITY_PATCH=1
          SOURCE="${SPELL}-${VERSION}.tar.gz"
         SOURCE2=$SOURCE.asc
        WEB_SITE="https://otr.cypherpunks.ca/"
   SOURCE_URL[0]=$WEB_SITE/${SOURCE}
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
      SOURCE_GPG=otr.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
      LICENSE[0]=GPL
         ENTERED=20070609
           SHORT="allows you to have private conversations over IM"
cat << EOF
Off-the-Record (OTR) Messaging allows you to have private conversations over
instant messaging by providing:

Encryption-No one else can read your instant messages.  Authentication-You are
assured the correspondent is who you think it is.  Deniability-The messages you
send do not have digital signatures that are checkable by a third party. Anyone
can forge messages after a conversation to make them look like they came
from you. However, during a conversation, your correspondent is assured the
messages he sees are authentic and unmodified.  Perfect forward secrecy-If
you lose control of your private keys, no previous conversation is compromised.
EOF