| Commit message (Expand) | Author | Files | Lines |
2020-02-18 | Spelling cleanup. | Daniel Kahn Gillmor | 8 | -14/+14 |
2020-02-17 | scd: Disable pinpad if it's impossible by KDF DO. | NIIBE Yutaka | 1 | -7/+30 |
2020-02-13 | scd: Print the main app name also for not fully supported cards. | Werner Koch | 1 | -0/+9 |
2020-02-13 | scd:openpgp: Return key creation time as part of KEYPARIINFO. | Werner Koch | 2 | -18/+11 |
2020-02-11 | scd:openpgp: Send a KEY-TIME status with READKEY | Werner Koch | 2 | -1/+39 |
2020-02-11 | scd:openpgp: Optional allow for lowercase keyrefs. | Werner Koch | 1 | -10/+10 |
2020-02-11 | scd:openpgp: Allow auto-changing of the key attributes in genkey. | Werner Koch | 2 | -47/+181 |
2020-02-11 | common: Extend the openpgp_curve_to_oid function. | Werner Koch | 2 | -6/+7 |
2020-02-10 | build: Always use EXTERN_UNLESS_MAIN_MODULE pattern. | Werner Koch | 2 | -0/+2 |
2020-02-09 | scd:openpgp: Let the genkey function also accept a full keyref. | Werner Koch | 1 | -3/+12 |
2020-01-16 | scd: New commands SWITCHCARD and SWITCHAPP. | Werner Koch | 3 | -13/+262 |
2020-01-16 | scd:piv: Remove debug code from a recent commit. | Werner Koch | 1 | -2/+1 |
2020-01-13 | scd: Make the PIN cache robust against wrongdoing of gpg-agent. | Werner Koch | 2 | -4/+81 |
2020-01-13 | scd:piv: Implement PIN cache. | Werner Koch | 5 | -29/+100 |
2020-01-13 | scd: Fix memory leak in command READKEY. | Werner Koch | 2 | -3/+9 |
2020-01-13 | scd: Make SERIALNO --all work correctly and use it. | Werner Koch | 3 | -54/+91 |
2020-01-10 | scd: Implement direct access by KEYGRIP for GETATTR and READKEY. | NIIBE Yutaka | 2 | -50/+119 |
2020-01-09 | scd:openpgp: Implement PIN cache. | Werner Koch | 1 | -104/+229 |
2020-01-09 | scd: Use a scdaemon internal key to protect the PIN cache IPC. | Werner Koch | 1 | -46/+98 |
2020-01-07 | scd: First changes to implement a PIN cache. | Werner Koch | 11 | -85/+418 |
2020-01-03 | scd: Minor fix for readibility. | Werner Koch | 2 | -2/+2 |
2019-12-19 | scd: Enhance KEYINFO command to limit listing with capability. | NIIBE Yutaka | 5 | -35/+79 |
2019-11-26 | doc: Fixed variable naming. | Werner Koch | 1 | -1/+1 |
2019-11-15 | scd,ccid: Fix detection of supported readers with pinpad. | NIIBE Yutaka | 1 | -3/+4 |
2019-10-28 | scd,ccid: Fix GEMPC_EZIO handling. | NIIBE Yutaka | 1 | -5/+5 |
2019-10-15 | scd,ccid: Add 08e6:34c2 (GEMPC_EZIO). | NIIBE Yutaka | 2 | -7/+22 |
2019-09-17 | scd,pcsc: Use HANDLE for context and card. | NIIBE Yutaka | 1 | -28/+34 |
2019-09-12 | scd: Remove old fallback logic from CCID to PC/SC.gniibe/T4620 | NIIBE Yutaka | 1 | -12/+5 |
2019-09-12 | scd,pcsc: Support "reader-port" option for PC/SC reader. | NIIBE Yutaka | 1 | -29/+34 |
2019-09-11 | scd,pcsc: Remove the restriction of no-scanning in PC/SC. | NIIBE Yutaka | 3 | -12/+3 |
2019-09-11 | scd,pcsc: Fix examining the list of readers. | NIIBE Yutaka | 1 | -5/+13 |
2019-09-11 | scd,pcsc: Fix for initializing PC/SC. | NIIBE Yutaka | 1 | -9/+13 |
2019-09-11 | scd,pcsc: Support multiple card readers. | NIIBE Yutaka | 1 | -180/+217 |
2019-09-11 | scd,pcsc: Use a single context. | NIIBE Yutaka | 1 | -26/+46 |
2019-09-11 | scd: Clean up the structure for future fix of PC/SC. | NIIBE Yutaka | 3 | -18/+23 |
2019-09-05 | scd: Implement auto-switching between Yubikey apps. | Werner Koch | 1 | -34/+105 |
2019-09-05 | scd:openpgp: Avoid PIN caching issues after re-select. | Werner Koch | 1 | -0/+6 |
2019-09-05 | scd:piv: Allow the keygrip as alternative to a keyref. | Werner Koch | 1 | -2/+22 |
2019-09-05 | scd: Improve locking of app_do_with_keygrip. | Werner Koch | 1 | -10/+24 |
2019-09-05 | scd: New debug flag "app". | Werner Koch | 3 | -27/+97 |
2019-09-04 | scd: New sub-command cmd_has_option for GETINFO. | Werner Koch | 1 | -1/+55 |
2019-09-04 | scd: Add option --all to the SERIALNO command. | Werner Koch | 2 | -11/+105 |
2019-09-04 | scd: Fix Error checking in additioal app selection. | Werner Koch | 1 | -2/+3 |
2019-09-04 | scd: Add option --multi to the LEARN command. | Werner Koch | 3 | -19/+61 |
2019-09-04 | scd: Use a macro for the flag parameter of learn_status. | Werner Koch | 7 | -7/+12 |
2019-08-21 | scd:nks: Extend keypairinfo with usage flags. | Werner Koch | 1 | -0/+11 |
2019-08-21 | scd:nks: Support attributes $ENCRKEYID and $SIGNKEYID. | Werner Koch | 1 | -4/+20 |
2019-08-21 | scd: Fix check_application_conflict. | NIIBE Yutaka | 1 | -0/+6 |
2019-08-21 | scd: Fix selecting additional APP. | NIIBE Yutaka | 1 | -28/+59 |
2019-08-21 | scd: Fix how select_additional_application is called. | NIIBE Yutaka | 1 | -10/+3 |