2010-07-25 Niels Möller <nisse@lysator.liu.se>
+ * Released nettle-2.1.
+
* configure.ac: Use camellia-crypt-internal.asm, if available.
+ Bumped soname to libnettle.so.4, and reset LIBNETTLE_MINOR to
+ zero.
* x86/machine.m4 (LREG, HREG): Moved macros here, from...
* x86/aes.m4: ...here.
status attribute in struct des_ctx, struct des3_ctx, and
struct blowfish_ctx.
+ The shared library names are libnettle.so.4.0 and
+ libhogweed.so.2.0, with sonames libnettle.so.4 and
+ libhogweed.so.2.
+
Other changes:
- * Support for the Camellia block cipher.
+ * Support for the Camellia block cipher, including an
+ assembler implementation for x86_32.
* New function aes_invert_key, useful for applications that
need both encryption and decryption using the same AES key.
distribution (was accidentally left out in nettle-2.0).
* Configure script now detects if the compiler uses a 32-bit
- or 64-bit on x86_64 (prevously did this for sparc only).
+ or 64-bit ABI on x86_64 (prevously did this for sparc only).
Also sets the default location for installing libraries
(libdir) depending on system type and the ABI used.
Contributed by Magnus Holmgren.
* Slightly improved sha1 performance on x86.
-
+
NEWS for the 2.0 release
This release breaks binary compatibility by splitting the