aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TODO')
-rw-r--r--trunk/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/trunk/TODO b/trunk/TODO
index 2ece7e91..c9f5d3cb 100644
--- a/trunk/TODO
+++ b/trunk/TODO
@@ -26,6 +26,8 @@ Hey Emacs, this is -*- outline -*- mode!
** validity/trust
* Engines
+** Optimize the case where a data object has an underlying fd we can pass
+ directly to the engine.
** Move code common to all engines up from gpg to engine.
** engine operations can return General Error on unknown protocol
(it's an internal error, as select_protocol checks already).
@@ -37,7 +39,7 @@ Hey Emacs, this is -*- outline -*- mode!
* Operations
** Passphrase callback should not copy password. !!!
-** Export status handler need much more work.
+** Export status handler need much more work. !!!
** Import should return a useful error when one happened.
** Genkey should return something more useful than General_Error.
** Factor out common code in _op_*_start functions.