aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/ChangeLog')
-rw-r--r--cipher/ChangeLog4
1 files changed, 0 insertions, 4 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog
index 91a27704a..1c6a7c15e 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog
@@ -1,11 +1,9 @@
Wed Jul 7 13:08:40 CEST 1999 Werner Koch <[email protected]>
-
* Makefile.am: Support for libtool.
Fri Jul 2 11:45:54 CEST 1999 Werner Koch <[email protected]>
-
* dsa.c (gen_k): Changed algorithm to consume less random bytes
* elgamal.c (gen_k): Ditto.
@@ -13,13 +11,11 @@ Fri Jul 2 11:45:54 CEST 1999 Werner Koch <[email protected]>
Thu Jul 1 12:47:31 CEST 1999 Werner Koch <[email protected]>
-
* primegen.c, elgamal.c, dsa.c (progess): New and replaced all
fputc with a call to this function.
Sat Jun 26 12:15:59 CEST 1999 Werner Koch <[email protected]>
-
* rndegd.c (do_write): s/ssize_t/int/ due to SunOS 4.1 probs.
* cipher.c (do_cbc_encrypt, do_cbc_decrypt): New.