From: Niels Möller Date: Sat, 10 Jan 2004 22:50:59 +0000 (+0100) Subject: *** empty log message *** X-Git-Tag: nettle_1.8_release_20040110~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4bc289f664b700f2f46088c1213d6774c300cec;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/ChangeLog:1.223 Rev: src/nettle/NEWS:1.14 --- diff --git a/ChangeLog b/ChangeLog index 842ace62..b923e75e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-01-10 Niels Möller + + * nettle.texinfo (Hash functions): Documented md2 and md4. + + * configure.ac (SHLIBMAJOR): Bumped to 2. + 2004-01-09 Niels Möller * examples/rsa-encrypt-test: New testcase. @@ -13,7 +19,7 @@ 2004-01-08 Niels Möller - * index.html: Added instruction for CVS access. + * index.html: Added instructions for CVS access. * dsa-keygen.c (dsa_nist_gen): Fixed declaration/statement order. diff --git a/NEWS b/NEWS index 7d226284..bd96cb8a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ NEWS for the 1.8 release + New example programs, demonstrating encrypting and decrypting + files using RSA, and random sessions keys for bulk encryption + and message authentication. + Support for systems that don't have alloca. On such systems, some of Nettle's functions have arbitrary limits applied to their input. @@ -7,12 +11,16 @@ NEWS for the 1.8 release Uses AX_CREATE_STDINT_H, to support systems without inttypes.h. + Support for the md2 and md4 hash functions. + New name mangling, to reduce the risk of link collisions. All functions (except memxor) now use a nettle_ or _nettle_ prefix when seen by the linker. For most functions, the header file that declares a function also uses #define to provide a shorter more readable name without the prefix. + The shared library soname for this version is libnettle.so.2. + NEWS for the 1.7 release Implemented DSA.