summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2006-11-27 23:40:59 +0100
committerNiels Möller <nisse@lysator.liu.se>2006-11-27 23:40:59 +0100
commitc5df5f534638153abf61a2f4e67095c22ff40984 (patch)
treea589dc39efaaf8ce2ebf9c2994c7e3d7c9d5181d /NEWS
parentf700830381ea9398c5695c5472da3f5ff08670d3 (diff)
downloadnettle-c5df5f534638153abf61a2f4e67095c22ff40984.tar.gz
New entry for nettle-1.15.
Rev: src/nettle/NEWS:1.25
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS39
1 files changed, 39 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 587ef5c9..83feefb2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+NEWS for the 1.15 release
+
+ Added support for PKCS#1 style RSA signatures using SHA256,
+ according to RFC 3447. Currently lacks interoperability
+ testing.
+
+ Header files are now C++ aware, so C++ programs using Nettle
+ should now use plain
+
+ #include <nettle/foo.h>
+
+ rather than
+
+ #extern "C" {
+ #include <nettle/foo.h>
+ }
+
+ as was the recommendation for the previous version. This
+ breaks source-level compatibility with C++, even though
+ there's full binary compatibility.
+
+ The file rfc1750.txt (which is considered non-free by debian)
+ has been removed from the distribution. The file was used as input
+ for the Yarrow testcase, and has been replaced by the short
+ story "The Gold-bug" by Edgar Allan Poe. Anyway, RFC 1750 is
+ obsoleted by RFC 4086.
+
+ Fixes for Darwin shared library support, contributed by Grant
+ Robinsson.
+
+ Example programs now use a supplied getopt.c.
+
+ Configure tests for assemblers with a logarithmic .align
+ directive.
+
+ The library is intended to be upwards binary compatible with
+ earlier versions. The library name is libnettle.so.2.6, soname
+ is still libnettle.so.2.
+
NEWS for the 1.14 release
Experimental support for reading keys in PKCS#1 ASN1/DER