summaryrefslogtreecommitdiffstats
path: root/scd/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* scd: Track the currently selected app.Werner Koch2019-06-211-1/+16
* scd: Simplify inclusion of app-common.h.Werner Koch2019-06-211-1/+0
* scd: Split data structures into app and card related objects.Werner Koch2019-06-191-82/+86
* scd: KEYINFO: Send LF for --data.NIIBE Yutaka2019-06-181-2/+4
* scd:piv: Add the do_with_keygrip feature.Werner Koch2019-06-171-0/+6
* scd: Add explict functions for 'app' reference counting.Werner Koch2019-06-171-10/+11
* scd: Don't put newline at the end of status.NIIBE Yutaka2019-05-151-1/+1
* scd: Fix return value for KEYINFO command.NIIBE Yutaka2019-05-151-1/+4
* scd: Support direct use of app with PKSIGN/PKAUTH/PKDECRYPT.NIIBE Yutaka2019-05-071-11/+76
* scd: Add new command: KEYINFO.NIIBE Yutaka2019-04-251-1/+72
* scd: New options --info and --info-only for READKEY.Werner Koch2019-04-031-7/+36
* card: Print card version. Check for bad Yubikeys.Werner Koch2019-03-051-1/+1
* scd: Simplify the app_readkey parameters.Werner Koch2019-02-261-51/+33
* scd: Extend KEYPAIRINFO by key usage info.Werner Koch2019-02-211-1/+1
* scd: Allow generating ECC curves on PIV cards.Werner Koch2019-02-081-16/+26
* scd: Store a new PIV public key in the certificate DO.Werner Koch2019-02-071-1/+2
* scd: Make app_genkey and supporting ISO function more flexible.Werner Koch2019-02-061-1/+2
* scd: Add DES authentication for PIV card.Werner Koch2019-01-311-10/+39
* scd: Add option --clear to PASSWD.Werner Koch2019-01-211-3/+31
* scd: One new and one improved 7816 function.Werner Koch2019-01-201-2/+3
* scd: Support "READKEY --advanced" for all cards.Werner Koch2019-01-031-6/+29
* scd: Support "acknowledge button" feature.NIIBE Yutaka2018-10-111-0/+28
* agent,scd: Use pointer to represent HANDLE.NIIBE Yutaka2018-03-271-6/+10