From: Pekka Riikonen Date: Wed, 20 Jun 2001 06:34:29 +0000 (+0000) Subject: updates X-Git-Tag: robodoc-323~167 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=6a407971d3a44a6208897157d5ba630fc50766a0 updates --- diff --git a/TODO b/TODO index ad0ac3b2..f45e69c3 100644 --- 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 diff --git a/lib/silccrypt/silcrng.h b/lib/silccrypt/silcrng.h index 630f76ee..9640b8b3 100644 --- a/lib/silccrypt/silcrng.h +++ b/lib/silccrypt/silcrng.h @@ -147,7 +147,7 @@ * 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