diff options
author | Marcus Brinkmann <[email protected]> | 2003-04-27 22:52:37 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-04-27 22:52:37 +0000 |
commit | e1e10b0c95855d718d570635758bd211b528684c (patch) | |
tree | 2ba745247c7510c04f6982f2acf01bbc01ad52ea | |
parent | 2003-04-27 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-e1e10b0c95855d718d570635758bd211b528684c.tar.gz gpgme-e1e10b0c95855d718d570635758bd211b528684c.zip |
Add item about passphrase handler.
Diffstat (limited to '')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -53,11 +53,13 @@ Hey Emacs, this is -*- outline -*- mode! * Operations ** Passphrase callback should not copy password. !!! +*** If no passphrase cb is installed, status handler is not run even if + password is required by crypto engine. !! ** Export status handler need much more work. !!! ** Import should return a useful error when one happened. *** 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. + in tests/gpgs m/t-import.c. ** Genkey should return something more useful than General_Error. ** Factor out common code in _op_*_start functions. ** Add ATTR to return the number of subkeys or uids. |