aboutsummaryrefslogtreecommitdiffstats
path: root/agent/protect-tool.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * protect-tool.c (rsa_key_check): New.NEWPG-0-3-8Werner Koch2002-06-251-6/+256
| | | | | | | (import_p12_file): New. (main): New command --p12-import. * minip12.c, minip12.h: New.
* * protect-tool.c: Add command --show-keygripWerner Koch2002-06-121-0/+37
| | | | | (show_keygrip): New.
* * protect-tool.c (show_file): New. Used as default action.Werner Koch2002-04-091-1/+24
|
* Changes needed to support smartcards. Well, only _support_. There isWerner Koch2002-02-281-2/+84
| | | | | no real code yet.
* * genkey.c (store_key): Protect the key.Werner Koch2002-01-311-0/+355
(agent_genkey): Ask for the passphrase. * findkey.c (unprotect): Actually unprotect the key. * query.c (agent_askpin): Add an optional start_err_text.