aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/ChangeLog')
-rw-r--r--cipher/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog
index 664570c0c..29eaeac5f 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog
@@ -1,3 +1,9 @@
+2001-11-08 Werner Koch <[email protected]>
+
+ * primegen.c (gen_prime): Set 2 high order bits for secret primes.
+ * rsa.c (generate): Loop until we find the exact modulus size.
+ Changed the exponent to 41.
+
2001-10-22 Werner Koch <[email protected]>
* Makefile.am: Need to use $(EXEEXT) where approriate.