aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/ChangeLog')
-rw-r--r--cipher/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog
index 273b6fdee..1858f6a50 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog
@@ -1,3 +1,15 @@
+Wed Feb 10 17:15:39 CET 1999 Werner Koch <[email protected]>
+
+ * Makefile.am: Modules are now figured out by configure
+ * construct.c: New. Generated by configure. Changed all modules
+ to work with that.
+ * sha1.h: Removed.
+ * md5.h: Removed.
+
+ * twofish.c: Changed interface to allow Twofish/256
+
+ * rndunix.c (start_gatherer): Die on SIGPIPE.
+
Wed Jan 20 18:59:49 CET 1999 Werner Koch <[email protected]>
* rndunix.c (gather_random): Fix to avoid infinite loop.