aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-02agent: Support --format=ssh option for READKEY.NIIBE Yutaka1-13/+40
2022-05-26agent: Fix get_keyinfo_on_cards.NIIBE Yutaka1-2/+5
2022-05-25agent,scd: Make sure to set CONFIDENTIAL flag in Assuan.NIIBE Yutaka1-4/+15
2022-05-25agent: Add missing assuan_end_confidential call.NIIBE Yutaka1-0/+1
2022-03-28agent: KEYTOCARD prefers to specified time.NIIBE Yutaka1-12/+11
2022-03-25agent: Use "Created:" field for creation time.NIIBE Yutaka1-17/+21
2021-09-07agent: Fix segv in GET_PASSPHRASE (regression)Werner Koch1-1/+1
2021-08-18agent: Ignore passphrase constraints for a generated passphrase.Werner Koch1-3/+10
2021-08-13agent: New option --check-sym-passphrase-pattern.Werner Koch1-2/+9
2021-05-20agent: Avoid memory leaks in error code paths.Jakub Jelen1-3/+4
2021-05-19gpg: Improve speed of secret key listing.Werner Koch1-34/+143
2021-04-23agent,w32: Silence the get_peercred failed diagnosticWerner Koch1-1/+6
2021-04-23gpg: Allow decryption w/o public key but with correct card inserted.Werner Koch1-5/+13
2021-04-21agent: Silence error messages for READKEY --cardWerner Koch1-3/+7
2021-03-10gpg: Add new command keytotpm to convert a private key to TPM formatJames Bottomley1-0/+52
2021-03-10agent: Add new shadow key type and functions to call tpm2daemonJames Bottomley1-0/+5
2021-01-19Require Libgcrypt 1.9Werner Koch1-4/+0
2020-11-19agent: Fix creating shadow key on card key generation.NIIBE Yutaka1-3/+3
2020-10-21common: New functions gnupg_opendir et al.Werner Koch1-6/+5
2020-09-18agent: Fix regression for access through the extra secket.NIIBE Yutaka1-4/+36
2020-09-18common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka1-2/+2
2020-08-20gpg: Fix regression for non-default --passphrase-repeat option.Werner Koch1-3/+9
2020-08-17agent: Allow to pass a timestamp to genkey and import.Werner Koch1-12/+54
2020-08-10agent: Add option --pss to pksign to be used by smartcards.Werner Koch1-3/+9
2020-07-14agent: Fix regression with --newsymkey in loopback mode.Werner Koch1-2/+5
2020-07-08agent: New option --newsymkey for GET_PASSPHRASEWerner Koch1-27/+143
2020-06-24agent: separate out daemon handling infrastructure for reuseJames Bottomley1-2/+2
2020-06-24agent: expose shadow key typeJames Bottomley via Gnupg-devel1-4/+16
2020-05-18agent: Allow to use SETHASH for arbitrary data.Werner Koch1-28/+76
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-1/+1
2020-02-13agent: Allow signing with card key even without a stub key.Werner Koch1-1/+1
2020-01-13agent: Avoid multiple calls to scd for KEYINFO.Werner Koch1-2/+45
2020-01-13agent: Extend agent_card_getattr with KEYGRIP.NIIBE Yutaka1-1/+1
2020-01-09agent: SSH: SCD KEYINFO to list available keys.NIIBE Yutaka1-1/+1
2019-06-04g10,agent: Support CONFIRM for --delete-key.NIIBE Yutaka1-0/+23
2019-06-03Return better error code for some getinfo IPC commands.Werner Koch1-3/+3
2019-05-29agent: Add A-flag for KEYINFO output for card.NIIBE Yutaka1-4/+29
2019-05-14agent: Replace most assert by log_assert.Werner Koch1-2/+1
2019-05-09dirmngr: Add a CSRF expection for pm.meWerner Koch1-2/+2
2019-05-03agent: Put Token lines into the key files.Werner Koch1-2/+3
2019-03-26agent: Allow other ssh fingerprint algos in KEYINFO.Werner Koch1-4/+20
2019-03-05scd:piv: Implement import of private keys for Yubikeys.Werner Koch1-2/+12
2019-03-05agent: Minor change to the KEYTOCARD command.Werner Koch1-49/+29
2019-01-25agent: Support --mode=ssh option for CLEAR_PASSPHRASE.NIIBE Yutaka1-8/+10
2019-01-24common: Extend function percent_data_escape.Werner Koch1-1/+1
2018-10-24agent: Fix possible release of unitialize var in a genkey error case.Werner Koch1-1/+1
2018-10-22agent: Fix build regression for Windows.Werner Koch1-0/+5
2018-07-02agent: New commands PUT_SECRET and GET_SECRET.Werner Koch1-0/+210
2018-07-02agent: Fix segv running in --server modeWerner Koch1-9/+14
2018-04-12agent,dirmngr: Add "getenv" to the getinfo command.Werner Koch1-0/+18