summaryrefslogtreecommitdiffstats
path: root/scd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* gpgconf: Further simplify the gpgconf option processing.Werner Koch2020-03-141-29/+5
* scd: Re-group the options in the --help output.Werner Koch2020-03-061-12/+25
* gpgconf: Support reading global options (part 2).Werner Koch2020-03-061-2/+3
* scd: Fix the previous commit.NIIBE Yutaka2020-02-281-0/+3
* scd: Improve setattr for KDF.NIIBE Yutaka2020-02-281-1/+64
* scd: Fix pinpad handling when KDF enabled.NIIBE Yutaka2020-02-281-0/+2
* Use gpgrt's new option parser for the remaining daemons.Werner Koch2020-02-211-91/+68
* gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch2020-02-201-0/+4
* Spelling cleanup.Daniel Kahn Gillmor2020-02-198-14/+14
* scd: Disable pinpad if it's impossible by KDF DO.NIIBE Yutaka2020-02-171-7/+30
* scd: Print the main app name also for not fully supported cards.Werner Koch2020-02-131-0/+9
* scd:openpgp: Return key creation time as part of KEYPARIINFO.Werner Koch2020-02-132-18/+11
* scd:openpgp: Send a KEY-TIME status with READKEYWerner Koch2020-02-112-1/+39
* scd:openpgp: Optional allow for lowercase keyrefs.Werner Koch2020-02-111-10/+10
* scd:openpgp: Allow auto-changing of the key attributes in genkey.Werner Koch2020-02-112-47/+181
* common: Extend the openpgp_curve_to_oid function.Werner Koch2020-02-112-6/+7
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-102-0/+2
* scd:openpgp: Let the genkey function also accept a full keyref.Werner Koch2020-02-101-3/+12
* scd: New commands SWITCHCARD and SWITCHAPP.Werner Koch2020-01-163-13/+262
* scd:piv: Remove debug code from a recent commit.Werner Koch2020-01-161-2/+1
* scd: Make the PIN cache robust against wrongdoing of gpg-agent.Werner Koch2020-01-132-4/+81
* scd:piv: Implement PIN cache.Werner Koch2020-01-135-29/+100
* scd: Fix memory leak in command READKEY.Werner Koch2020-01-132-3/+9
* scd: Make SERIALNO --all work correctly and use it.Werner Koch2020-01-133-54/+91
* scd: Implement direct access by KEYGRIP for GETATTR and READKEY.NIIBE Yutaka2020-01-102-50/+119
* scd:openpgp: Implement PIN cache.Werner Koch2020-01-091-104/+229
* scd: Use a scdaemon internal key to protect the PIN cache IPC.Werner Koch2020-01-091-46/+98
* scd: First changes to implement a PIN cache.Werner Koch2020-01-0711-85/+418
* scd: Minor fix for readibility.Werner Koch2020-01-032-2/+2
* scd: Enhance KEYINFO command to limit listing with capability.NIIBE Yutaka2019-12-195-35/+79
* doc: Fixed variable naming.Werner Koch2019-11-261-1/+1
* 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.NIIBE 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-123-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