aboutsummaryrefslogtreecommitdiffstats
path: root/scd/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-29scd: Modify DEVINFO behavior to support looping forever.NIIBE Yutaka1-9/+3
2021-10-05agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep.NIIBE Yutaka1-3/+3
2021-07-22scd: Small clean up for card access.NIIBE Yutaka1-2/+10
2021-07-21scd: Fix access to list of cards (3/3).NIIBE Yutaka1-133/+201
2021-07-21scd: Fix access to list of cards (2/3).NIIBE Yutaka1-3/+12
2021-05-20scd: avoid memory leaksJakub Jelen1-2/+8
2021-04-08scd: Fix duplicate output of KEYPAIRINFO by readkey command.Werner Koch1-9/+9
2021-04-01scd: New flag --reread for LEARNWerner Koch1-6/+14
2021-03-30scd:p15: Return labels for keys and certificates.Werner Koch1-1/+1
2021-03-18scd:p15: Allow to use an auth object label with cmd CHECKPIN.Werner Koch1-1/+5
2021-03-16scd:p15: Implement CHV-STATUS attributeWerner Koch1-4/+6
2021-02-22scd: Fix readkey --info in case a readkey command is available.Werner Koch1-39/+33
2020-12-03scd: Fix KEYINFO command with --data option.NIIBE Yutaka1-4/+3
2020-11-27scd: New getinfo sub-command apdu_strerror.Werner Koch1-13/+21
2020-11-25scd: Rework the handling of the displayed serial number.Werner Koch1-2/+2
2020-11-25scd: Fix an error return for READKEY.NIIBE Yutaka1-0/+3
2020-11-20Fix the previous comment changes help doc string.NIIBE Yutaka1-1/+1
2020-11-09card: Run factory-reset in locked stated.Werner Koch1-10/+10
2020-10-27scd: Handle canonical serialno and app specific serialno differently.NIIBE Yutaka1-2/+2
2020-09-21scd: Extend KEYPAIRINFO with an algorithm string.Werner Koch1-2/+8
2020-08-27scd: New option to APDU command to return the ATR as data.Werner Koch1-2/+16
2020-08-19scd: Fix possible uninitialized variables.NIIBE Yutaka1-1/+1
2020-08-10agent: Add option --pss to pksign to be used by smartcards.Werner Koch1-1/+3
2020-06-30scd: Change how the removed card flag is set.Werner Koch1-13/+14
2020-05-05scd: Extend an internal function to also return the algo.Werner Koch1-1/+1
2020-04-02scd: Use Gcrypt usage constants for the do_with_keygrip capabilities.Werner Koch1-3/+3
2020-04-02scd: New command DEVINFO.NIIBE Yutaka1-62/+146
2020-03-31scd:p15: Support signing with CardOS 5 cards.Werner Koch1-1/+2
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-3/+3
2020-02-13scd:openpgp: Return key creation time as part of KEYPARIINFO.Werner Koch1-2/+3
2020-02-11scd:openpgp: Send a KEY-TIME status with READKEYWerner Koch1-1/+1
2020-02-11scd:openpgp: Allow auto-changing of the key attributes in genkey.Werner Koch1-2/+5
2020-01-16scd: New commands SWITCHCARD and SWITCHAPP.Werner Koch1-5/+85
2020-01-13scd:piv: Implement PIN cache.Werner Koch1-4/+3
2020-01-13scd: Fix memory leak in command READKEY.Werner Koch1-2/+9
2020-01-13scd: Make SERIALNO --all work correctly and use it.Werner Koch1-1/+1
2020-01-10scd: Implement direct access by KEYGRIP for GETATTR and READKEY.NIIBE Yutaka1-49/+104
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 Koch1-2/+188
2020-01-03scd: Minor fix for readibility.Werner Koch1-1/+1
2019-12-19scd: Enhance KEYINFO command to limit listing with capability.NIIBE Yutaka1-14/+22
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 Koch1-4/+14
2019-09-04scd: Add option --multi to the LEARN command.Werner Koch1-3/+6
2019-09-04scd: Use a macro for the flag parameter of learn_status.Werner Koch1-1/+3
2019-08-21scd: Fix resetting CARD_CTX.NIIBE Yutaka1-14/+3
2019-06-25scd: Do not conflict if a card with another serialno is demanded.Werner Koch1-6/+8
2019-06-25scd: Return a stable list with "getinfo card_list".Werner Koch1-1/+1
2019-06-25scd: Add an re-select mechanism to switch apps.Werner Koch1-3/+9
2019-06-21scd: Add code to check whether app switching is possible.Werner Koch1-4/+5