summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Schulte <mo@g10code.com>2003-03-04 18:20:05 +0000
committerMoritz Schulte <mo@g10code.com>2003-03-04 18:20:05 +0000
commite41b1598365ba76d142d2eb25fcf9e1a8056b19d (patch)
tree526b74ae90c2a4585002980e1f7ad57482ebba63
parentf7ffe2e7411d907d4b607e4eb860f57f254b8299 (diff)
downloadlibgcrypt-e41b1598365ba76d142d2eb25fcf9e1a8056b19d.tar.gz
2003-03-04 Moritz Schulte <moritz@g10code.com>
* TODO: Remove item about resetting handles, since gcry_cipher_reset is implemented by now. * NEWS: Mentioned gcry_cipher_reset.
-rw-r--r--ChangeLog7
-rw-r--r--NEWS1
-rw-r--r--TODO4
3 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e3acd80..bfbe784f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-03-04 Moritz Schulte <moritz@g10code.com>
+
+ * TODO: Remove item about resetting handles, since
+ gcry_cipher_reset is implemented by now.
+
+ * NEWS: Mentioned gcry_cipher_reset.
+
2003-01-21 Werner Koch <wk@gnupg.org>
* README (Configure options): New.
diff --git a/NEWS b/NEWS
index 5b22bf0d..9d392945 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,7 @@ Noteworthy changes in version 1.1.13 (unreleased)
* Interface changes relative to the 1.1.12 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcry_pk_decrypt ENHANCED: Allows flag to return complete S-expression.
+gcry_cipher_reset NEW
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Noteworthy changes in version 1.1.12 (2003-01-20)
diff --git a/TODO b/TODO
index 969c3b69..788308fe 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,5 @@
* Run w32-dll/build-def when we introduce a new fucntion.
-* switching from encrypt to decrypt requires a close and open.
- Wouldn't it be better if we have a reset function or integrate that
- with setkey?
-
* add more tests. Even basic is very minimal.
* udiv-qrnbd.o should get build as *.lo [HPUX]