aboutsummaryrefslogtreecommitdiffstats
path: root/g10/card-util.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-09-19(parse_ccid_descriptor): New.Werner Koch1-2/+2
(read_device_info): New. (ccid_open_reader): Check that the device has all required features.
2003-09-18* g10.c: New command --card-edit.Werner Koch1-38/+386
* card-util.c (card_status): Use tty_fprintf for all output. (print_sha1_fpr, print_isoname): Ditto. (get_one_name,change_name, change_url, change_login,change_lang) (change_sex): New; taken from keygen.c. * keygen.c (smartcard_get_one_name, smartcard_change_name) (smartcard_change_url, smartcard_change_login_data) (smartcard_change_lang, smartcard_change_sex): Removed. (check_smartcard): Removed most menu items.
2003-07-24* g10.c: New command --card-status.Werner Koch1-1/+145
* card-util.c (card_status): New. * call-agent.c (learn_status_cb): Parse more information. * keylist.c (print_pubkey_info): Add FP arg for optinal printing to a stream. Changed all callers.
2003-07-23* keygen.c (generate_keypair): Create an AUTHKEYTYPE entry for cards.Werner Koch1-0/+117
(do_generate_keypair): Abd generate the authkey. (check_smartcard): Changed menu accordingly.