summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0150fdd6..4c74533a 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,8 @@ Noteworthy changes in version 1.7.0 (unreleased)
* Fixed some asm build problems and feature detection bugs.
+ * Added OCB mode.
+
* Interface changes relative to the 1.6.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcry_mac_get_algo NEW.
@@ -30,6 +32,9 @@ Noteworthy changes in version 1.7.0 (unreleased)
gcry_cipher_set_sbox NEW macro.
GCRY_MD_GOSTR3411_CP NEW.
gcry_mpi_ec_sub NEW.
+ GCRY_CIPHER_MODE_OCB NEW.
+ GCRYCTL_SET_TAGLEN NEW.
+ gcry_cipher_final NEW macro.
Noteworthy changes in version 1.6.0 (2013-12-16)