summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2016-04-14 14:39:31 +0200
committerWerner Koch <wk@gnupg.org>2016-04-14 14:39:31 +0200
commit47c6a1f88eb763e9baa394e34d873b761abcebbe (patch)
tree56d9c5ca4753225bf1e82dec51df0773317e1121 /NEWS
parent88c6b98350193abbdcfb227754979b0c097ee09c (diff)
downloadlibgcrypt-47c6a1f88eb763e9baa394e34d873b761abcebbe.tar.gz
cipher: Add constant for 8 bit CFB mode.
* src/gcrypt.h.in (GCRY_CIPHER_MODE_CFB8): New. * tests/basic.c (check_cfb_cipher): Prepare for CFB-8 tests. -- Note that there is no implementation for the 8 bit CFB mode yet. We will add that as a bug fix after the release of 1.7.0. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9cb5e36d..7b53c1a3 100644
--- a/NEWS
+++ b/NEWS
@@ -68,6 +68,7 @@ Noteworthy changes in version 1.7.0 (unreleased)
gcry_mpi_ec_decode_point NEW.
GCRY_CIPHER_MODE_POLY1305 NEW.
GCRY_CIPHER_MODE_OCB NEW.
+ GCRY_CIPHER_MODE_CFB8 NEW constant.
GCRYCTL_SET_TAGLEN NEW.
GCRYCTL_GET_TAGLEN NEW.
gcry_cipher_final NEW macro.