summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-02-21 13:26:38 +0000
committerWerner Koch <wk@gnupg.org>2007-02-21 13:26:38 +0000
commit56d370e0084511d9f9d706d0bcf2e3375b46ca25 (patch)
treedb028f7ec619291d6ed5ee5929f58bf835fa4ff3 /NEWS
parentbfb2b7eaf2808d7ba17914b91c00bfc02b4ec6c2 (diff)
downloadlibgcrypt-56d370e0084511d9f9d706d0bcf2e3375b46ca25.tar.gz
A lot of cleanups as well as minor API changes.
Ported some changes from 1.2 to here.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f3a6403a..5bf4aa5e 100644
--- a/NEWS
+++ b/NEWS
@@ -14,12 +14,17 @@ Noteworthy changes in version 1.3.0 (unreleased)
* Support for the SEED cipher.
+ * Support for OFB encryption mode.
+
* gcry_mpi_rshift does not anymore truncate the shift count.
* Reserved algorithm ranges for use by applications.
* Support for DSA2.
+ * The new function gcry_md_debug should be used instead of the
+ gcry_md_start_debug and gcry_md_stop_debug macros.
+
* Interface changes relative to the 1.2.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcry_fast_random_poll NEW
@@ -32,6 +37,13 @@ Noteworthy changes in version 1.3.0 (unreleased)
GCRY_PK_USAGE_UNKN NEW
gcry_mpi_scan CHANGED: Argument BUFFER is now void*.
GCR_CIPHER_SEED NEW
+ gcry_pk_spec_t CHANGED (minor change, bug fix)
+ gcry_md_write_t CHANGED (minor change, bug fix)
+ gcry_md_debug NEW
+ gcry_cipher_encrypt CHANGED (minor change)
+ gcry_cipher_decrypt CHANGED (minor change)
+ gcry_randomize CHANGED (minor change)
+ gcry_cipher_register CHANGED (minor change)
FIXME: Please add API changes immediatley so that we don't
forget about them.