Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Changes needed to support smartcards. Well, only _support_. There is | Werner Koch | 2002-02-28 | 1 | -1/+152 | |
| | | | | | no real code yet. | |||||
* | * cache.c: Add a few debug outputs. | Werner Koch | 2002-02-01 | 1 | -0/+27 | |
| | | | | | | | | | | | | | | * protect.c (agent_private_key_type): New. * agent.h: Add PRIVATE_KEY_ enums. * findkey.c (agent_key_from_file): Use it to decide whether we have to unprotect a key. (unprotect): Cache the passphrase. * findkey.c (agent_key_from_file,agent_key_available): The key files do now require a ".key" suffix to make a script's life easier. * genkey.c (store_key): Ditto. | |||||
* | * genkey.c (store_key): Protect the key. | Werner Koch | 2002-01-31 | 1 | -0/+861 | |
(agent_genkey): Ask for the passphrase. * findkey.c (unprotect): Actually unprotect the key. * query.c (agent_askpin): Add an optional start_err_text. |