aboutsummaryrefslogtreecommitdiffstats
path: root/agent/pkdecrypt.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-02-13* command.c (cmd_setkeydesc): New.Werner Koch1-2/+4
(register_commands): Add command SETKEYDESC. (cmd_pksign, cmd_pkdecrypt): Use the key description. (reset_notify): Reset the description. * findkey.c (unprotect): Add arg DESC_TEXT. (agent_key_from_file): Ditto. * pksign.c (agent_pksign): Ditto. * pkdecrypt.c (agent_pkdecrypt): Ditto. Made CIPHERTEXT an unsigned char*.
2004-02-03* findkey.c (agent_key_from_file): Extra paranoid wipe.Werner Koch1-6/+6
* protect.c (agent_unprotect): Ditto. (merge_lists): Ditto. Add arg RESULTLEN. * pkdecrypt.c (agent_pkdecrypt): Don't show the secret key even in debug mode. * protect.c: Add DSA and Elgamal description.
2004-01-16* findkey.c (agent_key_from_file): Now return an error code soWerner Koch1-3/+2
that we have more detailed error messages in the upper layers. This fixes the handling pinentry's cancel button. * pksign.c (agent_pksign): Changed accordingly. * pkdecrypt.c (agent_pkdecrypt): Ditto. * command.c (cmd_passwd): Ditto.
2003-11-12Mainly changes to adjust for the changed KSBA API.Werner Koch1-1/+0
2003-08-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+138
'GNUPG-1-9-BRANCH'.
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-138/+0
'GNUPG-1-9-BRANCH'.
2002-08-09Minor fixesWerner Koch1-1/+1
2002-03-06Decryption using a Cryptoflex card does now work.Werner Koch1-16/+29
2002-02-28Changes needed to support smartcards. Well, only _support_. There isWerner Koch1-14/+27
no real code yet.
2001-12-05Added decryption, some code cleanupWerner Koch1-0/+112