diff options
author | Marcus Brinkmann <[email protected]> | 2002-03-03 17:37:34 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-03-03 17:37:34 +0000 |
commit | 3c9959368e0099af4ef8c27953d7fc3c3d4cea29 (patch) | |
tree | ba67c576c0aaa1bead0298133cd22dba7b1ca07d /TODO | |
parent | doc/ (diff) | |
download | gpgme-3c9959368e0099af4ef8c27953d7fc3c3d4cea29.tar.gz gpgme-3c9959368e0099af4ef8c27953d7fc3c3d4cea29.zip |
doc/
2002-03-03 Marcus Brinkmann <[email protected]>
* gpgme.texi (Information About Keys): Document GPGME_ATTR_EXPIRE.
gpgme/
2002-03-03 Marcus Brinkmann <[email protected]>
* passphrase.c (_gpgme_passphrase_status_handler): Also set the
error No_Passphrase if only a bad passphrase was provided.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -10,8 +10,6 @@ Hey Emacs, this is -*- outline -*- mode! * add locking to the key cache? -* GpgmeKey misses GPGME_ATTR_EXPIRE attribute - * Documentation ** Add note about GPGME clearing out pointer return values. ** validity/trust @@ -38,10 +36,6 @@ Hey Emacs, this is -*- outline -*- mode! * Error Values ** Map ASSUAN/GpgSM ERR error values in a better way than is done now. ** Verify (and document) if Read_Error, Write_Error, Pipe_Error set errno. -** "There is an inconsistent behaviour: if we pass three times an - invalid (but non empty) passphrase, return code is GPGME_No_Data, - but if we pass three times an empty (and invalid) passphrase, we - get GPGME_No_Passphrase." Bug reported by Stephane Corthesy. * Tests ** Write a fake gpg-agent so that we can supply known passphrases to |