summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2012-06-11 20:26:59 +0200
committerNiels Möller <nisse@lysator.liu.se>2012-06-11 20:26:59 +0200
commit144620e0ad999f280f16889d5adf2dd8ecb73489 (patch)
treed89d41b8b8369debf1ea4bd13b59147b1e0909f3 /NEWS
parent77faa5126cfa1542613321b8ead051c7bc95d7b0 (diff)
downloadnettle-144620e0ad999f280f16889d5adf2dd8ecb73489.tar.gz
More news entries for nettle-2.5.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS31
1 files changed, 27 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 0d34ee8a..0f4cb3c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,37 @@
NEWS for the 2.5 release
+ This release includes important portability fixes for Windows
+ and MacOS. There are also a few new features.
+
+ * Warning: The undocumented, internal, function
+ pkcs1_signature_prefix is changed. Since this is an internal
+ function, this is not considered a change of ABI or API.
+ Programs explicitly using this function will break.
+
+ New features:
+
+ * Support for the salsa20 block cipher, including x86_64
+ assembler. Originally contributed by Simon Josefsson, based
+ on the reference implementation, then further optimized.
+
+ * Tentative interface for timing-resistant RSA functions,
+ contributed by Nikos Mavrogiannopoulos.
+
+ * A more general interface for PKCS#1 signatures, taking the
+ input in the form of a "DigestInfo". Suggested by Nikos
+ Mavrogiannopoulos.
+
+ Miscellaneous:
+
* Various portability fixes for MacOS and M$ Windows. A lot of
this work done by Martin Storsjö.
* In particular, Nettle now hopefully works on 64-bit Windows
- builds, "W64", including the x86_64 assemby code.
+ builds, "W64", including the x86_64 assembly code.
- * Documentation for the base16 and base64 functions. Was
- contributed by Jeronimo Pellegrini back in 2006, but
- unfortunately forgotten until now.
+ * Documentation and example programs for the base16 and base64
+ functions. Was contributed by Jeronimo Pellegrini back in
+ 2006, but unfortunately forgotten until now.
* The nettle repository has been migrated from cvs to git,
with a public repository at