summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-01-21 13:33:34 +0000
committerWerner Koch <wk@gnupg.org>2010-01-21 13:33:34 +0000
commitc9a727088a4a763ff368e4f10d98d3a0c3a8d3b2 (patch)
treec03397e0cb9c7bccbabd8b0521b79104c51b540d /NEWS
parentd760646f3fb148959d99c17f4633aee6ed01e4ae (diff)
downloadlibgcrypt-c9a727088a4a763ff368e4f10d98d3a0c3a8d3b2.tar.gz
Add an identifier for ECDH.
Fixed some NEWS entries. Updated copyright lines.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 7 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index a4593a81..9e981237 100644
--- a/NEWS
+++ b/NEWS
@@ -3,20 +3,21 @@ Noteworthy changes in version 1.5.x (unreleased)
* New cipher algorithm mode for AES-WRAP.
- * Fix minor memory leak in DSA key generation.
+ * Fixed minor memory leak in DSA key generation.
- * No switch into FIPS mode if /proc/version is not readable.
+ * No more switching to FIPS mode if /proc/version is not readable.
- * Fix sigill during Padlock detection on old CPUs.
+ * Fixed sigill during Padlock detection on old CPUs.
- * Fix a hang on some W2000 machines.
+ * Fixed a hang on some W2000 machines.
- * Boost SHA-512 performance by 30% on ia32 boxes and gcc 4.3; SHA-256
- goes up by 25%.
+ * Boosted SHA-512 performance by 30% on ia32 boxes and gcc 4.3;
+ SHA-256 went up by 25%.
* Interface changes relative to the 1.4.2 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GCRY_CIPHER_MODE_AESWRAP NEW.
+ GCRY_PK_ECDH NEW.
Noteworthy changes in version 1.4.4 (2009-01-22)