From: Niels Möller Date: Fri, 24 Apr 2015 17:18:10 +0000 (+0200) Subject: Update NEWS for nettle-3.1.1. X-Git-Tag: nettle_3.1.1_release_20150424~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39d5442074ee978a1630b1580b4306c95fdd03da;p=thirdparty%2Fnettle.git Update NEWS for nettle-3.1.1. --- diff --git a/NEWS b/NEWS index 6db169cf..ecfd99b5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +NEWS for the Nettle 3.1.1 release + + This release fixes a couple of non-critical bugs. + + Bug fixes: + + * By accident, nettle-3.1 disabled the assembly code for the + secp_224r1 and secp_521r1 elliptic curves on all x86_64 + configurations, making signature operations on those curves + 10%-30% slower. This code is now re-enabled. + + * The x86_64 assembly implementation of gcm hashing has been + fixed to work with the Sun/Oracle assembler. + + The shared library names are libnettle.so.6.1 and + libhogweed.so.4.1, with sonames still libnettle.so.6 and + libhogweed.so.4. It is intended to be fully binary compatible + with nettle-3.1. + NEWS for the Nettle 3.1 release This release adds a couple of new features.