diff options
author | Niels Möller <nisse@lysator.liu.se> | 2005-10-05 17:51:33 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2005-10-05 17:51:33 +0200 |
commit | 7b377fd3346c6f7e64b1b74dcb7cc48d64796822 (patch) | |
tree | 8889b3d2de8be98fa1bd9d5f299445d97e06a266 /NEWS | |
parent | 65f68fe71379d79cb50ac565c55f4d293bede1db (diff) | |
download | nettle-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-- | NEWS | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -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. |