aboutsummaryrefslogtreecommitdiffstats
path: root/scd (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd,ccid: Fix detection of supported readers with pinpad.NIIBE Yutaka2019-11-151-3/+4
* scd,ccid: Fix GEMPC_EZIO handling.NIIBE Yutaka2019-10-281-5/+5
* scd,ccid: Add 08e6:34c2 (GEMPC_EZIO).NIIBE Yutaka2019-10-152-7/+22
* scd,pcsc: Use HANDLE for context and card.NIIBE Yutaka2019-09-171-28/+34
* scd: Remove old fallback logic from CCID to PC/SC.gniibe/T4620NIIBE Yutaka2019-09-121-12/+5
* scd,pcsc: Support "reader-port" option for PC/SC reader.NIIBE Yutaka2019-09-121-29/+34
* scd,pcsc: Remove the restriction of no-scanning in PC/SC.NIIBE Yutaka2019-09-113-12/+3
* scd,pcsc: Fix examining the list of readers.NIIBE Yutaka2019-09-111-5/+13
* scd,pcsc: Fix for initializing PC/SC.NIIBE Yutaka2019-09-111-9/+13
* scd,pcsc: Support multiple card readers.NIIBE Yutaka2019-09-111-180/+217
* scd,pcsc: Use a single context.NIIBE Yutaka2019-09-111-26/+46
* scd: Clean up the structure for future fix of PC/SC.NIIBE Yutaka2019-09-113-18/+23
* scd: Implement auto-switching between Yubikey apps.Werner Koch2019-09-051-34/+105
* scd:openpgp: Avoid PIN caching issues after re-select.Werner Koch2019-09-051-0/+6
* scd:piv: Allow the keygrip as alternative to a keyref.Werner Koch2019-09-051-2/+22
* scd: Improve locking of app_do_with_keygrip.Werner Koch2019-09-051-10/+24
* scd: New debug flag "app".Werner Koch2019-09-053-27/+97
* scd: New sub-command cmd_has_option for GETINFO.Werner Koch2019-09-041-1/+55
* scd: Add option --all to the SERIALNO command.Werner Koch2019-09-042-11/+105
* scd: Fix Error checking in additioal app selection.Werner Koch2019-09-041-2/+3
* scd: Add option --multi to the LEARN command.Werner Koch2019-09-043-19/+61
* scd: Use a macro for the flag parameter of learn_status.Werner Koch2019-09-047-7/+12
* scd:nks: Extend keypairinfo with usage flags.Werner Koch2019-08-211-0/+11
* scd:nks: Support attributes $ENCRKEYID and $SIGNKEYID.Werner Koch2019-08-211-4/+20
* scd: Fix check_application_conflict.NIIBE Yutaka2019-08-211-0/+6
* scd: Fix selecting additional APP.NIIBE Yutaka2019-08-211-28/+59
* scd: Fix how select_additional_application is called.NIIBE Yutaka2019-08-211-10/+3
* scd: Fix resetting CARD_CTX.NIIBE Yutaka2019-08-213-17/+4
* scd: Fix switching to another APP.NIIBE Yutaka2019-08-211-4/+9
* scd: Remove fallback mechanism to PC/SC.NIIBE Yutaka2019-08-061-8/+2
* scd: Handle CCID bwi of time extension.NIIBE Yutaka2019-07-251-1/+6
* scd: Fix bBWI value.NIIBE Yutaka2019-07-251-2/+2
* scd: Error code map fix for older Yubikey.NIIBE Yutaka2019-07-221-0/+1
* scd: Support "[CHV3]" attribute for keyid string.NIIBE Yutaka2019-07-191-3/+2
* scd: Remove useless GNUPG_SCD_MAIN_HEADER macro.Werner Koch2019-07-123-16/+7
* scd: Fix internal CCID driver, so that -DTEST works.NIIBE Yutaka2019-07-111-42/+55
* scd: Fix debug logging of the internal CCID driver.NIIBE Yutaka2019-07-111-4/+9
* scd: ccid-driver: Initial getting ATR more robustly.NIIBE Yutaka2019-07-091-18/+39
* scd: Fix keygrip search.NIIBE Yutaka2019-07-081-1/+3
* scd: Do not conflict if a card with another serialno is demanded.Werner Koch2019-06-253-10/+26
* scd: Return a stable list with "getinfo card_list".Werner Koch2019-06-253-6/+39
* scd: Add an re-select mechanism to switch apps.Werner Koch2019-06-2511-49/+274
* spelling: Fix "synchronize"Daniel Kahn Gillmor2019-06-241-1/+1
* scd: Take the card look while running app->with_keygrip.Werner Koch2019-06-211-3/+12
* scd: Take the lock earlier in the function dispatchers.Werner Koch2019-06-211-113/+154
* scd: Add code to check whether app switching is possible.Werner Koch2019-06-213-20/+34
* scd: Track the currently selected app.Werner Koch2019-06-213-3/+29
* scd: Simplify inclusion of app-common.h.Werner Koch2019-06-2113-16/+10
* scd: Use enums for cardtype and apptype.Werner Koch2019-06-219-35/+95
* scd: Split data structures into app and card related objects.Werner Koch2019-06-1911-614/+771