diff options
author | Niels Möller <nisse@lysator.liu.se> | 2015-04-24 19:18:10 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2015-04-24 19:18:10 +0200 |
commit | 39d5442074ee978a1630b1580b4306c95fdd03da (patch) | |
tree | accb1f74f3b96f9eb3f15687f716b6b364a658fc /NEWS | |
parent | 21e551d524e4fc354887d2a2e4381a5862361760 (diff) | |
download | nettle-39d5442074ee978a1630b1580b4306c95fdd03da.tar.gz |
Update NEWS for nettle-3.1.1.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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. |