From 23ec95b84c5b4015887e829280083ed16f666d59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Thu, 2 Nov 2017 11:28:51 +0100 Subject: [PATCH] Start on NEWS entries for nettle-3.4. --- NEWS | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/NEWS b/NEWS index b566164b..feae6262 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,32 @@ +NEWS for the Nettle 3.4 release + + Bug fixes: + + * Fixed an improper use of GMP mpn_mul, breaking curve2559 and + eddsa on certain platforms. Reported by Sergei Trofimovich. + + * Fixed memory leak when handling invalid signatures in + ecdsa_verify. Fix contributed by Nikos Mavrogiannopoulos. + + * Fix compilation error with --enable-fat om ARM. Fix + contributed by Andreas Schneider. + + New features: + + * Support for RSA-PSS signatures, contributed by Daiki Ueno. + + * Support for the HKDF key derivation function, defined by RFC + 5869. Contributed by Nikos Mavrogiannopoulos. + + * Support for the Cipher Feedback Mode (CFB), contributed by + Dmitry Eremin-Solenikov. + + Miscellaneous: + + * The contents of the header file nettle/version.h is now + architecture independent, except in --enable-mini-gmp + configurations. + NEWS for the Nettle 3.3 release This release fixes a couple of bugs, and improves resistance -- 2.47.2