diff options
Diffstat (limited to 'cipher/ChangeLog')
-rw-r--r-- | cipher/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog index d504a16f8..9f7d3b366 100644 --- a/cipher/ChangeLog +++ b/cipher/ChangeLog @@ -1,3 +1,19 @@ +2006-12-11 Werner Koch <[email protected]> + + + * elgamal.c (test_keys): Use new mpi_nlimb_hint_from_nbits + function. This also rounds up the value. + (generate): Use new mpi_nlimb_hint_from_nbits function. + * rsa.c (test_keys): Ditto. + (generate): Ditto. + (rsa_verify): Ditto. + * primegen.c (generate_elg_prime): Ditto. + (gen_prime): Ditto. + * dsa.c (test_keys): Ditto. This also rounds up the value. + + * Makefile.am (AM_CPPFLAGS): Use instead of INCLUDES. define + GNUPG_LIBDIR. + 2006-11-03 Werner Koch <[email protected]> * random.c [HAVE_GETTIMEOFDAY]: Included sys/time.h and not |