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