aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-07scd: First changes to implement a PIN cache.Werner Koch11-85/+418
2020-01-03scd: Minor fix for readibility.Werner Koch2-2/+2
2019-12-19scd: Enhance KEYINFO command to limit listing with capability.NIIBE Yutaka5-35/+79
2019-11-26doc: Fixed variable naming.Werner Koch1-1/+1
2019-11-15scd,ccid: Fix detection of supported readers with pinpad.NIIBE Yutaka1-3/+4
2019-10-28scd,ccid: Fix GEMPC_EZIO handling.NIIBE Yutaka1-5/+5
2019-10-15scd,ccid: Add 08e6:34c2 (GEMPC_EZIO).NIIBE Yutaka2-7/+22
2019-09-17scd,pcsc: Use HANDLE for context and card.NIIBE Yutaka1-28/+34
2019-09-12scd: Remove old fallback logic from CCID to PC/SC.gniibe/T4620NIIBE Yutaka1-12/+5
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