typos , add reference to silc
authorAaron Kaplan <aaron@lo-res.org>
Tue, 24 Dec 2013 12:11:49 +0000 (13:11 +0100)
committerAaron Kaplan <aaron@lo-res.org>
Tue, 24 Dec 2013 12:11:49 +0000 (13:11 +0100)
src/practical_settings/im.tex

index 5aede02..a2248df 100644 (file)
@@ -67,13 +67,13 @@ Newer versions of ejabberd now support specifying the cipher string in the confi
 The OTR protocol works on top of the Jabber protocol\footnote{\url{https://otr.cypherpunks.ca/Protocol-v3-4.0.0.html}}.  
 It adds to popular chat clients (Adium, Pidgin...) the following properties for encrypted chats:
 \begin{itemize}
-    \item Authentification
+    \item Authentication
     \item Integrity
     \item Confidentiality
-    \item Forward privacy
+    \item Forward secrecy
 \end{itemize}
 
-It bascially uses Diffie-Hellman key exchange, AES and SHA1. Communicating over an insecure instant messaging network, OTR can be used for end to end encryption.
+It basically uses Diffie-Hellman, AES and SHA1. Communicating over an insecure instant messaging network, OTR can be used for end to end encryption.
 
 There are no specific configurations required but the protocol itself is worth to be mentioned.
 
@@ -81,7 +81,7 @@ There are no specific configurations required but the protocol itself is worth t
 
 \todo{Quick draft -- to complete / review / validate}
 
-There are numerous implementations of IRC servers.  In this section, we choose {\it Charybdis} which serve as basis for {\it ircd-seven}\footnote{https://dev.freenode.net/redmine/projects/ircd-seven}, developped and used by freenode. Freenode is actually the biggest IRC network\footnote{http://irc.netsplit.de/networks/top10.php}.  {\it Charybdis} is being part of the {\it Debian} \& {\it Ubuntu} distributions.
+There are numerous implementations of IRC servers.  In this section, we choose {\it Charybdis} which serve as basis for {\it ircd-seven}\footnote{https://dev.freenode.net/redmine/projects/ircd-seven}, developed and used by freenode. Freenode is actually the biggest IRC network\footnote{http://irc.netsplit.de/networks/top10.php}.  {\it Charybdis} is being part of the {\it Debian} \& {\it Ubuntu} distributions.
 
 \begin{lstlisting}[breaklines]
 /* Extensions */
@@ -111,7 +111,11 @@ listen {
 
 \subsubsection{SILC}
 
-SILC is instant messaging protocol publicly released in 2000. SILC is a per-default secure chat protocol thanks to a generalized usage of symmetric encryption. Keys are generated by the server meaning that if compromised, communication could be compromised.
+SILC\footnote{\url{http://www.silcnet.org/} and
+\url{https://en.wikipedia.org/wiki/SILC_(protocol)}} is instant messaging
+protocol publicly released in 2000. SILC is a per-default secure chat protocol
+thanks to a generalized usage of symmetric encryption. Keys are generated by
+the server meaning that if compromised, communication could be compromised.
 
 The protocol is not really popular anymore.