From: Niels Möller Date: Thu, 8 Jan 2004 12:39:09 +0000 (+0100) Subject: *** empty log message *** X-Git-Tag: nettle_1.8_release_20040110~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a97b01cbdc674ae83644b1b364cd0765da17906;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/ChangeLog:1.217 --- diff --git a/ChangeLog b/ChangeLog index 29cd5e91..36ed25da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2004-01-08 Niels Möller + + * rsa-keygen.c (bignum_next_prime): Fixed off-by-one error when + comparing input to the largest listed prime. General cleanup, as + prime_limit > 0 always. Use TMP_DECL and TMP_ALLOC. + + * nettle-internal.h (TMP_DECL, TMP_ALLOC): New macros. When alloca + is unavailable, they work by allocating a fix amount of stack and + imposing a hard limit on what can be allocated. Updated all users + of alloca. + 2004-01-07 Niels Möller * nettle-types.h: New (generated) file, to be used instead of