aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-27scd:openpgp: Allow PKSIGN with keygrip also for OPENPGP.3.Werner Koch1-5/+18
2020-03-14gpgconf: Further simplify the gpgconf option processing.Werner Koch1-29/+5
2020-03-06scd: Re-group the options in the --help output.Werner Koch1-12/+25
2020-03-06gpgconf: Support reading global options (part 2).Werner Koch1-2/+3
2020-02-28scd: Fix the previous commit.NIIBE Yutaka1-0/+3
2020-02-28scd: Improve setattr for KDF.NIIBE Yutaka1-1/+64
2020-02-28scd: Fix pinpad handling when KDF enabled.NIIBE Yutaka1-0/+2
2020-02-21Use gpgrt's new option parser for the remaining daemons.Werner Koch1-91/+68
2020-02-20gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch1-0/+4
2020-02-18Spelling cleanup.Daniel Kahn Gillmor8-14/+14
2020-02-17scd: Disable pinpad if it's impossible by KDF DO.NIIBE Yutaka1-7/+30
2020-02-13scd: Print the main app name also for not fully supported cards.Werner Koch1-0/+9
2020-02-13scd:openpgp: Return key creation time as part of KEYPARIINFO.Werner Koch2-18/+11
2020-02-11scd:openpgp: Send a KEY-TIME status with READKEYWerner Koch2-1/+39
2020-02-11scd:openpgp: Optional allow for lowercase keyrefs.Werner Koch1-10/+10
2020-02-11scd:openpgp: Allow auto-changing of the key attributes in genkey.Werner Koch2-47/+181
2020-02-11common: Extend the openpgp_curve_to_oid function.Werner Koch2-6/+7
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2-0/+2
2020-02-09scd:openpgp: Let the genkey function also accept a full keyref.Werner Koch1-3/+12
2020-01-16scd: New commands SWITCHCARD and SWITCHAPP.Werner Koch3-13/+262
2020-01-16scd:piv: Remove debug code from a recent commit.Werner Koch1-2/+1
2020-01-13scd: Make the PIN cache robust against wrongdoing of gpg-agent.Werner Koch2-4/+81
2020-01-13scd:piv: Implement PIN cache.Werner Koch5-29/+100
2020-01-13scd: Fix memory leak in command READKEY.Werner Koch2-3/+9
2020-01-13scd: Make SERIALNO --all work correctly and use it.Werner Koch3-54/+91
2020-01-10scd: Implement direct access by KEYGRIP for GETATTR and READKEY.NIIBE Yutaka2-50/+119
2020-01-09scd:openpgp: Implement PIN cache.Werner Koch1-104/+229
2020-01-09scd: Use a scdaemon internal key to protect the PIN cache IPC.Werner Koch1-46/+98
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