aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-1/+1
2024-05-28agent: Avoid uninitialized access in GENKEY command on parameter error.Jakub Jelen1-2/+2
2024-04-05agent: Fix error handling of READKEY.Werner Koch1-1/+3
2024-04-05agent: Fix error handling of READKEY.Werner Koch1-1/+3
2024-04-05agent: Make "PKDECRYPT --kem" with optional value work.Werner Koch1-4/+5
2024-04-05agent: Add initial support for hybrid ECC+PQC decryption with KEM.NIIBE Yutaka1-6/+39
2024-04-01agent: Add --another option for hybrid crypto.NIIBE Yutaka1-5/+11
2024-02-25agent: Allow GET_PASSPHRASE in restricted mode.Werner Koch1-5/+4
2024-01-22agent: Add "ephemeral" Assuan option.Werner Koch1-30/+43
2024-01-22card: New subcommand "checkkeys".Werner Koch1-5/+39
2023-05-26agent: Create and use Token entries to track the display s/n.Werner Koch1-4/+11
2023-05-26agent: Create and use Token entries to track the display s/n.Werner Koch1-4/+11
2023-04-21gpg: Fix writing ECDH keys to OpenPGP smartcards.Werner Koch1-8/+59
2023-03-27agent: New option --restricted for PRESET_PASSPHRASE.Werner Koch1-2/+11
2023-03-13agent: Make --disable-extended-key-format a dummy option.Werner Koch1-7/+1
2022-12-12agent: Allow arguments to "scd serialno" in restricted mode.Werner Koch1-1/+1
2022-12-02gpg: New export option "mode1003".Werner Koch1-10/+26
2022-10-28agent: Automatically convert to extended key format by KEYATTR.NIIBE Yutaka1-6/+15
2022-10-12agent: Introduce attribute "Remote-list" to KEYINFO.Werner Koch1-22/+21
2022-08-11agent: New option --need-attr for KEYINFO.Werner Koch1-12/+72
2022-06-23agent: KEYATTR only allows access to attribute.NIIBE Yutaka1-0/+8
2022-06-23agent: Fix KEYATTR command for --delete option.NIIBE Yutaka1-1/+5
2022-06-22agent: Add KEYATTR command.NIIBE Yutaka1-2/+80
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