diff options
author | Werner Koch <wk@gnupg.org> | 2003-10-08 12:46:58 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2003-10-08 12:46:58 +0200 |
commit | 30342b06efcc779b9222513d8dbfb85436ab624c (patch) | |
tree | 2e0aef9b5c20a30dfa1ceb9ce60098a66f37e500 /TODO | |
parent | Fixes to make inclusion of card raleted source files into 1.3 easier. (diff) | |
download | gnupg2-30342b06efcc779b9222513d8dbfb85436ab624c.tar.xz gnupg2-30342b06efcc779b9222513d8dbfb85436ab624c.zip |
* call-agent.c (agent_scd_getattr): Don't clear the passed info
structure, so that it can indeed be updated.
* card-util.c (fpr_is_zero): New.
(generate_card_keys): New.
(card_edit): New command "generate".
* keygen.c (generate_keypair): New arg CARD_SERIALNO, removed call
to check_smartcard.
(check_smartcard,show_smartcard): Removed.
(show_sha1_fpr,fpr_is_zero): Removed.
* app-openpgp.c (do_getattr): Support SERIALNO and AID.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ might want to have an agent context for each service request * sm/gpgsm.c ** Support --output ** mark all unimplemented commands and options. +** Print a hint when of MD2 is the cause for a problem. * sm/keydb.c ** Check file permissions |