summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-05-31 09:48:05 +0000
committerWerner Koch <wk@gnupg.org>2007-05-31 09:48:05 +0000
commitbce92d459eda6e33512a63bdd97e84f0499e4207 (patch)
treec16c37ef9a8e58ec218c818dc69696fd76f6ece6 /TODO
parentb9da12b6346a6c68eb6f514195e6bb5d9d33d454 (diff)
downloadlibgcrypt-bce92d459eda6e33512a63bdd97e84f0499e4207.tar.gz
Camellia is now LGPLed
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 4 insertions, 8 deletions
diff --git a/TODO b/TODO
index 7480c9fe..7f9e6012 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,9 @@
What's left to do -*- outline -*-
+* Next API break:
+** gcry_ac_io_t
+ Remove use of anonymous union.
+
* udiv-qrnbd.o should get build as *.lo [HPUX]
* Allow operation using RSA keys consisting of the OpenSSL list of
@@ -95,14 +99,6 @@ What's left to do -*- outline -*-
* Add OAEP
-* Next API break:
-** gcry_ac_io_t
- Remove use of anonymous union.
-
-* ac.c
- There are still some things fishy. The fixes I did today
- (2006-10-23) seem to cure just a symptom. Needs a complete review.
-
* gcryptrnd.c
Requires a test for pth [done] as well as some other tests.