summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2013-09-07 10:06:46 +0200
committerWerner Koch <wk@gnupg.org>2013-09-18 14:59:02 +0200
commitfd84b63ddd825431f557c002608a6c8d1bcc54c8 (patch)
treeda4bdb35fdf35d6dba0e7415019ed16299c4142e /NEWS
parentbd33fa21c9afc6c81e0da24016fc13001e9c7390 (diff)
downloadlibgcrypt-fd84b63ddd825431f557c002608a6c8d1bcc54c8.tar.gz
Rename the GOST algorithm identifiers.
-- Dots and dashes in the names are probably not a good idea. I also renamed the identifiers to names which are easier to remember. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 46b52977..1c8793b5 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,11 @@ Noteworthy changes in version 1.6.0 (unreleased)
* Added support for the Salsa20 and reduced Salsa20/12 stream ciphers.
+ * Added limited support for the GOST 28147-89 cipher algorithm.
+
+ * Added support for the GOST R 34.11-94 and R 34.11-2012 (Stribog)
+ hash algorithms.
+
* Added a random number generator to directly use the system's RNG.
Also added an interface to prefer the use of a specified RNG.
@@ -93,6 +98,10 @@ Noteworthy changes in version 1.6.0 (unreleased)
GCRY_CIPHER_SALSA20 NEW.
gcry_sexp_nth_buffer NEW.
GCRY_CIPHER_SALSA20R12 NEW.
+ GCRY_CIPHER_GOST28147 NEW.
+ GCRY_MD_GOSTR3411_94 NEW.
+ GCRY_MD_STRIBOG256 NEW.
+ GCRY_MD_STRIBOG512 NEW.
Noteworthy changes in version 1.5.0 (2011-06-29)