summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-12-18 19:02:48 +0000
committerWerner Koch <wk@gnupg.org>2006-12-18 19:02:48 +0000
commitd074ccec673b8c0460ad53a9bb5235ec8d081736 (patch)
treeb3c4248daae41c9b2b102bd4bdd2c61ed9834459 /TODO
parent37ba2efc88d5c719f430fee44165e729145df7ee (diff)
downloadlibgcrypt-d074ccec673b8c0460ad53a9bb5235ec8d081736.tar.gz
* rndlinux.c (set_cloexec_flag): New.
(open_device): Set close-on-exit flags. Suggested by Max Kellermann. Fixes Debian#403613. Cleaned up last Makefile changes.
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
index d5e63178..6be15fc5 100644
--- a/TODO
+++ b/TODO
@@ -66,4 +66,16 @@ 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 todat
+ (2006-10-23) seem to cure just a symptom. Needs a complete review.
+
+* gcryptrnd.c
+ Requires test for pth and other stuff.
+
+