Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * command.c (cmd_pksign, cmd_pkdecrypt): Use a copy of the key ID. | Werner Koch | 2002-04-15 | 1 | -2/+15 | |
| | ||||||
* | Doc fixes, moved some fizmes to TODO, fixed minor bugs. | Werner Koch | 2002-03-18 | 1 | -16/+10 | |
| | ||||||
* | sm/ | Werner Koch | 2002-03-06 | 1 | -0/+61 | |
| | | | | | | | | | | | | | | | | | * gpgsm.c: New command --learn-card * call-agent.c (learn_cb,gpgsm_agent_learn): New. * gpgsm.c (main): Print error messages for non-implemented commands. agent/ * learncard.c: New. * divert-scd.c (ask_for_card): The serial number is binary so convert it to hex here. * findkey.c (agent_write_private_key): New. * genkey.c (store_key): And use it here. scd/ * pkdecrypt.c (agent_pkdecrypt): Changed the way the diversion is done. * divert-scd.c (divert_pkdecrypt): Changed interface and implemented it. | |||||
* | Decryption using a Cryptoflex card does now work. | Werner Koch | 2002-03-06 | 1 | -0/+35 | |
| | ||||||
* | Well and some stuff to access the SC will be helpful. Note, that the | Werner Koch | 2002-03-05 | 1 | -1/+55 | |
| | | | | | code requires the latest OpenSC CVS code. | |||||
* | Added more code fragments. | Werner Koch | 2002-03-04 | 1 | -14/+121 | |
| | ||||||
* | Changes needed to support smartcards. Well, only _support_. There is | Werner Koch | 2002-02-28 | 1 | -25/+131 | |
| | | | | | no real code yet. | |||||
* | Some experimental code - don't use it. | Werner Koch | 2002-02-18 | 1 | -14/+83 | |
| | ||||||
* | * scdaemon.c scdaemon.h, command.c: New. Based on the code from | Werner Koch | 2002-01-26 | 1 | -0/+174 | |
the gpg-agent. |