aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cipher/ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog
index b6072a80e..415f58b2e 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog
@@ -1,6 +1,19 @@
+Wed Nov 25 12:33:41 1998 Werner Koch ([email protected])
+
+ * rand-*.c: Removed.
+ * rndlinux.c : New.
+ * rndunix.c : New.
+ * random.c : Restructured the interface to the gather modules.
+ (intialize): Call constructor functions
+ (read_radnom_source): Moved to here.
+ * dynload.c (dynload_getfnc_gather_random): New.
+ (dynload_getfnc_fast_random_poll): New.
+ (register_internal_cipher_extension): New.
+ (register_cipher_extension): Support of internal modules.
+
Sun Nov 8 17:44:36 1998 Werner Koch ([email protected])
- * radn-unix.c (read_random_source): Removed the assert.
+ * rand-unix.c (read_random_source): Removed the assert.
Mon Oct 19 18:34:30 1998 me,,, (wk@tobold)