guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: libotr: Modify description to not rely on preservation of fo


From: Mark H. Weaver
Subject: 01/03: gnu: libotr: Modify description to not rely on preservation of formatting.
Date: Tue, 04 Aug 2015 20:21:25 +0000

mhw pushed a commit to branch master
in repository guix.

commit 008b525734d42276b796c8fcde2d9161b268c6c8
Author: Mark H Weaver <address@hidden>
Date:   Tue Aug 4 16:10:42 2015 -0400

    gnu: libotr: Modify description to not rely on preservation of formatting.
    
    * gnu/packages/messaging.scm (libotr)[description]: Modify formatting.
---
 gnu/packages/messaging.scm |   18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 8470d13..9477b25 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -60,16 +60,14 @@
     (synopsis "Off-the-Record (OTR) Messaging Library and Toolkit")
     (description
      "OTR 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.")
+providing: (1) Encryption: No one else can read your instant messages.  (2)
+Authentication: You are assured the correspondent is who you think it is.  (3)
+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.  (4) Perfect forward secrecy: If you lose control of your private
+keys, no previous conversation is compromised.")
     (home-page "https://otr.cypherpunks.ca/";)
     (license (list lgpl2.1 gpl2))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]