aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-12scd,pcsc: Support "reader-port" option for PC/SC reader.NIIBE Yutaka1-29/+34
2019-09-11scd,pcsc: Remove the restriction of no-scanning in PC/SC.NIIBE Yutaka3-12/+3
2019-09-11scd,pcsc: Fix examining the list of readers.NIIBE Yutaka1-5/+13
2019-09-11scd,pcsc: Fix for initializing PC/SC.NIIBE Yutaka1-9/+13
2019-09-11scd,pcsc: Support multiple card readers.NIIBE Yutaka1-180/+217
2019-09-11scd,pcsc: Use a single context.NIIBE Yutaka1-26/+46
2019-09-11scd: Clean up the structure for future fix of PC/SC.NIIBE Yutaka3-18/+23
2019-09-05scd: Implement auto-switching between Yubikey apps.Werner Koch1-34/+105
2019-09-05scd:openpgp: Avoid PIN caching issues after re-select.Werner Koch1-0/+6
2019-09-05scd:piv: Allow the keygrip as alternative to a keyref.Werner Koch1-2/+22
2019-09-05scd: Improve locking of app_do_with_keygrip.Werner Koch1-10/+24
2019-09-05scd: New debug flag "app".Werner Koch3-27/+97
2019-09-04scd: New sub-command cmd_has_option for GETINFO.Werner Koch1-1/+55
2019-09-04scd: Add option --all to the SERIALNO command.Werner Koch2-11/+105
2019-09-04scd: Fix Error checking in additioal app selection.Werner Koch1-2/+3
2019-09-04scd: Add option --multi to the LEARN command.Werner Koch3-19/+61
2019-09-04scd: Use a macro for the flag parameter of learn_status.Werner Koch7-7/+12
2019-08-21scd:nks: Extend keypairinfo with usage flags.Werner Koch1-0/+11
2019-08-21scd:nks: Support attributes $ENCRKEYID and $SIGNKEYID.Werner Koch1-4/+20
2019-08-21scd: Fix check_application_conflict.NIIBE Yutaka1-0/+6
2019-08-21scd: Fix selecting additional APP.NIIBE Yutaka1-28/+59
2019-08-21scd: Fix how select_additional_application is called.NIIBE Yutaka1-10/+3
2019-08-21scd: Fix resetting CARD_CTX.NIIBE Yutaka3-17/+4
2019-08-21scd: Fix switching to another APP.NIIBE Yutaka1-4/+9
2019-08-06scd: Remove fallback mechanism to PC/SC.NIIBE Yutaka1-8/+2
2019-07-25scd: Handle CCID bwi of time extension.NIIBE Yutaka1-1/+6
2019-07-25scd: Fix bBWI value.NIIBE Yutaka1-2/+2
2019-07-22scd: Error code map fix for older Yubikey.NIIBE Yutaka1-0/+1
2019-07-19scd: Support "[CHV3]" attribute for keyid string.NIIBE Yutaka1-3/+2
2019-07-12scd: Remove useless GNUPG_SCD_MAIN_HEADER macro.Werner Koch3-16/+7
2019-07-11scd: Fix internal CCID driver, so that -DTEST works.NIIBE Yutaka1-42/+55
2019-07-11scd: Fix debug logging of the internal CCID driver.NIIBE Yutaka1-4/+9
2019-07-09scd: ccid-driver: Initial getting ATR more robustly.NIIBE Yutaka1-18/+39
2019-07-08scd: Fix keygrip search.NIIBE Yutaka1-1/+3
2019-06-25scd: Do not conflict if a card with another serialno is demanded.Werner Koch3-10/+26
2019-06-25scd: Return a stable list with "getinfo card_list".Werner Koch3-6/+39
2019-06-25scd: Add an re-select mechanism to switch apps.Werner Koch11-49/+274
2019-06-24spelling: Fix "synchronize"Daniel Kahn Gillmor1-1/+1
2019-06-21scd: Take the card look while running app->with_keygrip.Werner Koch1-3/+12
2019-06-21scd: Take the lock earlier in the function dispatchers.Werner Koch1-113/+154
2019-06-21scd: Add code to check whether app switching is possible.Werner Koch3-20/+34
2019-06-21scd: Track the currently selected app.Werner Koch3-3/+29
2019-06-21scd: Simplify inclusion of app-common.h.Werner Koch13-16/+10
2019-06-21scd: Use enums for cardtype and apptype.Werner Koch9-35/+95
2019-06-19scd: Split data structures into app and card related objects.Werner Koch11-614/+771
2019-06-18scd: KEYINFO: Send LF for --data.NIIBE Yutaka1-2/+4
2019-06-17scd:piv: Add the do_with_keygrip feature.Werner Koch2-0/+95
2019-06-17scd: Add explict functions for 'app' reference counting.Werner Koch4-23/+55
2019-06-17scd: Slight change to app->fnc.do_with_keygrip.Werner Koch3-13/+36
2019-06-17scd: Use the correct gpg for the v1.0 OpenPGP card hack.Werner Koch1-1/+2