summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2005-10-05 17:51:33 +0200
committerNiels Möller <nisse@lysator.liu.se>2005-10-05 17:51:33 +0200
commit7b377fd3346c6f7e64b1b74dcb7cc48d64796822 (patch)
tree8889b3d2de8be98fa1bd9d5f299445d97e06a266 /NEWS
parent65f68fe71379d79cb50ac565c55f4d293bede1db (diff)
downloadnettle-7b377fd3346c6f7e64b1b74dcb7cc48d64796822.tar.gz
*** empty log message ***
Rev: src/nettle/ChangeLog:1.331 Rev: src/nettle/NEWS:1.21
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 154cc703..922a13b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+NEWS for the 1.13 release
+
+ Implemented CTR mode.
+
+ Fixed problem with broken m4 on bsd, which resulted in
+ corrupted x86 assembler for sha1.
+
+ Improved sha1 performance on x86.
+
+ Configure check to figure out if symbols in assembler files
+ need a leading underscore.
+
+ Improved benchmark program. Displays cycles per byte and block,
+ and compares with openssl (if openssl is installed).
+
+ Terminating newline in output from sexp-conv --hash.
+
+ The library is intended to be binary compatible with earlier
+ versions. The library name is libnettle.so.2.4. However, the
+ interface for the internal function _nettle_sha1_compress has
+ changed; any program that calls this function directly will
+ break.
+
NEWS for the 1.12 release
Fixed a bug in the configure script.