updates.
authorPekka Riikonen <priikone@silcnet.org>
Tue, 20 Feb 2001 16:26:53 +0000 (16:26 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 20 Feb 2001 16:26:53 +0000 (16:26 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index faaa44cbd62a3b4621fbb976c018997d7fa0af51..faf5fa54873d0f6ed1dcc28a8472dd27c14b9500 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,17 @@ Tue Feb 20 14:14:14 EET 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
          the size is approximated using silc_mp_sizeinbase, which however
          is not relieable.
 
+       * Created Global RNG API which is global RNG that application can
+         initialize.  After initializing, any routine anywhere in the
+         code (including library) can use RNG without allocating a new
+         RNG object.  This was done to allow this sort of use of the 
+         RNG in code that has no chance to allocate RNG object.  All
+         applications currently allocate this and many routines in the
+         library use this.  Affected file lib/silccrypt/silcrng.[ch].
+
+       * Removed the RNG kludge from lib/silcmath/primegen.c and changed
+         it to use the Global RNG API.
+
 Mon Feb 19 19:59:28 EET 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
 
        * The client entry's userinfo pointer must be always valid.