updates
authorPekka Riikonen <priikone@silcnet.org>
Wed, 20 Jun 2001 06:34:29 +0000 (06:34 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 20 Jun 2001 06:34:29 +0000 (06:34 +0000)
TODO
lib/silccrypt/silcrng.h

diff --git a/TODO b/TODO
index ad0ac3b2d0efd176d304f3cd19db1bf28c595668..f45e69c3ba160762bfc0fc018bb5f11feed7410a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,11 @@
 TODO/bugs in Irssi SILC client
 ==============================
 
+ o The input line parser in client (librarys) doesn't like extra spaces
+   at the end of line (like after commands).
+
+ o /KICK does not remove the client from Irssi's NAMES list.
+
  o Giving KILL command crashes the client.
 
  o Waiting the answer for accepting new key after the protocol has
index 630f76ee903b05c86a1e6ca18a06475414ee06e1..9640b8b33fd211e2dd0d07e7abd1da0f523c4810 100644 (file)
  * The RNG must also assure that any old or future random numbers are not
  * compromised if an adversary would learn the initial input data (or any
  * input data for that matter). The SILC's RNG provides good protection for
- * this even if the some of the output bits would be compromised in old or
+ * this even if the some of the input bits would be compromised for old or
  * future random numbers. The RNG reinitalizes (reseeds) itself using the
  * threshholds after every 64 and 160 bits of output. This is considered to be
  * adequate even if some of the bits would get compromised. Also, the