aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-06-28 12:45:16 +0000
committerMarcus Brinkmann <[email protected]>2003-06-28 12:45:16 +0000
commita237b4eb82f359bb5fdf2ff3e9854f045bcd9538 (patch)
tree39e56cf8bc68ad65104f2f2c804e9fcaf8c8de02
parent2003-06-22 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-a237b4eb82f359bb5fdf2ff3e9854f045bcd9538.tar.gz
gpgme-a237b4eb82f359bb5fdf2ff3e9854f045bcd9538.zip
Add decrypt feature.
-rw-r--r--TODO15
1 files changed, 14 insertions, 1 deletions
diff --git a/TODO b/TODO
index ad887da5..a2de1700 100644
--- a/TODO
+++ b/TODO
@@ -80,7 +80,20 @@ Hey Emacs, this is -*- outline -*- mode!
*** When GPGSM does issue IMPORT_OK status reports, make sure to check for them
in tests/gpgs m/t-import.c.
** Genkey should return something more useful than General_Error.
-** Factor out common code in _op_*_start functions.
+** Decrypt:
+ On Fri, Jun 27, 2003 at 06:28:23PM +0200, Heiko Abraham wrote:
+ > I have a cipher text and I use 'gpgme_op_decrypt_verify(..)'
+ > for decrypt and get the plaintext. But also I wish a list
+ > of all reciepient, that can also decrypt this file.
+ >
+ > If I store the file and check it with 'gpg --list-packets ${filename}'
+ > then I will become also a recipient-list.
+ > It this also possible with gpgme?
+
+ Currently not, but it is easy to add this to GPGME 0.4.1. At least the key
+ 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.
+
** 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