summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-03-26 14:06:43 +0000
committerWerner Koch <wk@gnupg.org>2010-03-26 14:06:43 +0000
commit5310462afa44a3112c813fa5329e7503c2694025 (patch)
tree6f419b2271e92a5db41277a0f32accd642f0b495 /NEWS
parent0e13f6709d8fa7e593c09180da75f21af943a14a (diff)
downloadlibgcrypt-5310462afa44a3112c813fa5329e7503c2694025.tar.gz
Add new TIGER variants
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3f48d241..0b1ecbc6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
Noteworthy changes in version 1.5.x (unreleased)
------------------------------------------------
+ * New variants of the TIGER algorithm.
+
* New cipher algorithm mode for AES-WRAP.
* Fixed minor memory leak in DSA key generation.
@@ -20,6 +22,8 @@ Noteworthy changes in version 1.5.x (unreleased)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GCRY_CIPHER_MODE_AESWRAP NEW.
GCRY_PK_ECDH NEW.
+ GCRY_MD_TIGER1 NEW.
+ GCRY_MD_TIGER2 NEW.
Noteworthy changes in version 1.4.4 (2009-01-22)