summaryrefslogtreecommitdiffstats
path: root/scd/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd: Fix cmd_apdu on error.NIIBE Yutaka2023-05-011-1/+4
* scd: On a Yubikey re-select the last app after the use of APDU.Werner Koch2023-04-181-0/+1
* scd: Support specifying keygrip for learn command.NIIBE Yutaka2022-06-101-2/+8
* scd: Return USAGE information for KEYINFO command.NIIBE Yutaka2022-05-261-4/+9
* agent,scd: Make sure to set CONFIDENTIAL flag in Assuan.NIIBE Yutaka2022-05-251-0/+2
* scd: Support automatic card selection for READCERT with keygrip.NIIBE Yutaka2022-05-241-1/+5
* scd,tpm2d: Fix for consistent use of socket FD.NIIBE Yutaka2022-03-311-3/+3
* scd: Fix DEVINFO with no --watch.NIIBE Yutaka2022-03-151-1/+1
* Fix previous commit.NIIBE Yutaka2022-03-111-1/+4
* scd: Enhance PASSWD command to accept KEYGRIP optionally.NIIBE Yutaka2022-03-101-3/+8
* scd: Use same idiom for same work.NIIBE Yutaka2022-03-101-4/+4
* scd: Fix PK_AUTH with --challenge-response option.NIIBE Yutaka2022-03-041-3/+2
* scd: Add --challenge-response option to PK_AUTH for OpenPGP card.NIIBE Yutaka2022-03-031-2/+16
* scd: Let READKEY support --format=ssh option.NIIBE Yutaka2022-03-021-16/+56
* scd: Avoid memory leak.Jakub Jelen2021-11-121-0/+1
* 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-191-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