aboutsummaryrefslogtreecommitdiffstats
path: root/scd/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2019-06-21scd: Track the currently selected app.Werner Koch1-1/+16
2019-06-21scd: Simplify inclusion of app-common.h.Werner Koch1-1/+0
2019-06-19scd: Split data structures into app and card related objects.Werner Koch1-82/+86
2019-06-18scd: KEYINFO: Send LF for --data.NIIBE Yutaka1-2/+4
2019-06-17scd:piv: Add the do_with_keygrip feature.Werner Koch1-0/+6
2019-06-17scd: Add explict functions for 'app' reference counting.Werner Koch1-10/+11
2019-05-15scd: Don't put newline at the end of status.NIIBE Yutaka1-1/+1
2019-05-15scd: Fix return value for KEYINFO command.NIIBE Yutaka1-1/+4
2019-05-07scd: Support direct use of app with PKSIGN/PKAUTH/PKDECRYPT.NIIBE Yutaka1-11/+76
2019-04-25scd: Add new command: KEYINFO.NIIBE Yutaka1-1/+72
2019-04-03scd: New options --info and --info-only for READKEY.Werner Koch1-7/+36
2019-03-05card: Print card version. Check for bad Yubikeys.Werner Koch1-1/+1
2019-02-26scd: Simplify the app_readkey parameters.Werner Koch1-51/+33
2019-02-21scd: Extend KEYPAIRINFO by key usage info.Werner Koch1-1/+1
2019-02-08scd: Allow generating ECC curves on PIV cards.Werner Koch1-16/+26
2019-02-07scd: Store a new PIV public key in the certificate DO.Werner Koch1-1/+2
2019-02-06scd: Make app_genkey and supporting ISO function more flexible.Werner Koch1-1/+2
2019-01-31scd: Add DES authentication for PIV card.Werner Koch1-10/+39
2019-01-21scd: Add option --clear to PASSWD.Werner Koch1-3/+31
2019-01-20scd: One new and one improved 7816 function.Werner Koch1-2/+3
2019-01-03scd: Support "READKEY --advanced" for all cards.Werner Koch1-6/+29
2018-10-11scd: Support "acknowledge button" feature.NIIBE Yutaka1-0/+28
2018-03-27agent,scd: Use pointer to represent HANDLE.NIIBE Yutaka1-6/+10
2018-02-14common: Use new function to print status strings.Werner Koch1-1/+3
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-1/+1
2017-03-07Remove -I option to common.NIIBE Yutaka1-2/+2
2017-02-21Clean up word replication.Yuri Chornoivan1-3/+3
2017-02-17scd: Fix RESET command handling (more).NIIBE Yutaka1-3/+3