diff options
author | Marcus Brinkmann <[email protected]> | 2004-05-21 15:51:53 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-05-21 15:51:53 +0000 |
commit | cf6910f69dd23214ea2016bbd46c580268646aae (patch) | |
tree | f3566936bd2332105d32e11341ddc799f6066b18 /TODO | |
parent | doc/ (diff) | |
download | gpgme-cf6910f69dd23214ea2016bbd46c580268646aae.tar.gz gpgme-cf6910f69dd23214ea2016bbd46c580268646aae.zip |
doc/
2004-05-21 Marcus Brinkmann <[email protected]>
* gpgme.texi (Decrypt): Add note about new field wrong_key_usage
of gpgme_decrypt_result_t.
gpgme/
2004-05-21 Marcus Brinkmann <[email protected]>
* gpgme.h (struct _gpgme_decrypt_result): New fields
wrong_key_usage and _unused.
* decrypt.c (_gpgme_decrypt_status_handler): Don't skip over
character after a matched string, as in a protocol error this
could skip over the trailing binary zero.
Handle decrypt.keyusage error notifications.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -96,6 +96,8 @@ Hey Emacs, this is -*- outline -*- mode! password is required by crypto engine. !! ** Verify must not fail on NODATA premature if auto-key-retrieval failed. It should not fail silently if it knows there is an error. !!! +** decrypt-verify sets wrong_key_usage even if not "verify.keyusage" is + encountered, but "decrypt.keyusage". Is this correct? !! ** All operations: Better error reporting. !! ** Export status handler need much more work. !!! ** Import should return a useful error when one happened. |