gnu: libotr: Modify description to not rely on preservation of formatting.
* gnu/packages/messaging.scm (libotr)[description]: Modify formatting.
This commit is contained in:
parent
57661278a7
commit
008b525734
|
@ -60,16 +60,14 @@
|
||||||
(synopsis "Off-the-Record (OTR) Messaging Library and Toolkit")
|
(synopsis "Off-the-Record (OTR) Messaging Library and Toolkit")
|
||||||
(description
|
(description
|
||||||
"OTR allows you to have private conversations over instant messaging by
|
"OTR allows you to have private conversations over instant messaging by
|
||||||
providing:
|
providing: (1) Encryption: No one else can read your instant messages. (2)
|
||||||
* Encryption: No one else can read your instant messages.
|
Authentication: You are assured the correspondent is who you think it is. (3)
|
||||||
* Authentication: You are assured the correspondent is who you think it is.
|
Deniability: The messages you send do not have digital signatures that are
|
||||||
* 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
|
||||||
checkable by a third party. Anyone can forge messages after a conversation
|
make them look like they came from you. However, during a conversation, your
|
||||||
to make them look like they came from you. However, during a conversation,
|
correspondent is assured the messages he sees are authentic and
|
||||||
your correspondent is assured the messages he sees are authentic and
|
unmodified. (4) Perfect forward secrecy: If you lose control of your private
|
||||||
unmodified.
|
keys, no previous conversation is compromised.")
|
||||||
* Perfect forward secrecy: If you lose control of your private keys, no
|
|
||||||
previous conversation is compromised.")
|
|
||||||
(home-page "https://otr.cypherpunks.ca/")
|
(home-page "https://otr.cypherpunks.ca/")
|
||||||
(license (list lgpl2.1 gpl2))))
|
(license (list lgpl2.1 gpl2))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue