aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-07-30 12:41:57 +0000
committerMarcus Brinkmann <[email protected]>2003-07-30 12:41:57 +0000
commit6d6cb1c0497139335457c049c3bc017ac6ab2c08 (patch)
treeb15145db14f068ee8072b11269317c3c259bbf50
parentAdd task for verify. (diff)
downloadgpgme-6d6cb1c0497139335457c049c3bc017ac6ab2c08.tar.gz
gpgme-6d6cb1c0497139335457c049c3bc017ac6ab2c08.zip
Update information about todo items.
Diffstat (limited to '')
-rw-r--r--TODO14
1 files changed, 8 insertions, 6 deletions
diff --git a/TODO b/TODO
index a30eba53..101da4d1 100644
--- a/TODO
+++ b/TODO
@@ -1,12 +1,11 @@
Hey Emacs, this is -*- outline -*- mode!
* Before release:
-** Return ENC_TO output in verify result.
-** stat call for data objects (see ABI's to break).
+** Nothing.
* ABI's to break:
-** I/O and User Data could be made extensible.
-** In gpgme_signature_t, split key ID and subkey.
+** I/O and User Data could be made extensible. But this can be done
+ without breaking the ABI hopefully.
** Compatibility interfaces that can be removed in future versions:
*** gpgme_data_new_from_filepart
*** gpgme_data_new_from_file
@@ -84,7 +83,10 @@ Hey Emacs, this is -*- outline -*- mode!
*** Import does not take notice of NODATA status report.
*** When GPGSM does issue IMPORT_OK status reports, make sure to check for them
in tests/gpgs m/t-import.c.
-** Verify can include info about version/algo/class.
+** Verify can include info about version/algo/class, but currently
+ this is only available for gpg, not gpgsm.
+** Return ENC_TO output in verify result. Again, this is not available
+ for gpgsm.
** Genkey should return something more useful than General_Error.
** Decrypt:
On Fri, Jun 27, 2003 at 06:28:23PM +0200, Heiko Abraham wrote:
@@ -100,7 +102,7 @@ Hey Emacs, this is -*- outline -*- mode!
ID and a user ID hint is available from gpg (of course key IDs are not
necessarily unique!). I will put it on the TODO list.
** If possible, use --file-setsize to set the file size for proper progress
- callback handling.
+ callback handling. Write data interface for file size.
** Optimize the file descriptor list, so the number of open fds is
always known easily.
** Encryption: It should be verified that the behaviour for partially untrusted