aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpgsm: Extend --learn-card by an optional s/n argument.Werner Koch2025-03-171-3/+7
* w32: On socket nonce mismatch close the socket.Werner Koch2025-03-051-1/+1
* agent: Add option --status to the LISTRUSTED command.Werner Koch2024-10-011-6/+8
* agent: Fix KEYTOCARD for the use case with loopback pinentry.NIIBE Yutaka2024-09-031-0/+7
* indent: Fix spellingDaniel Kahn Gillmor2024-05-311-1/+1
* agent: Avoid uninitialized access in GENKEY command on parameter error.Jakub Jelen2024-05-281-2/+2
* agent: Fix error handling of READKEY.Werner Koch2024-04-051-1/+3
* agent: Make "PKDECRYPT --kem" with optional value work.Werner Koch2024-04-051-4/+5
* agent: Add initial support for hybrid ECC+PQC decryption with KEM.NIIBE Yutaka2024-04-051-6/+39
* agent: Add --another option for hybrid crypto.NIIBE Yutaka2024-04-011-5/+11
* agent: Allow GET_PASSPHRASE in restricted mode.Werner Koch2024-02-251-5/+4
* agent: Add "ephemeral" Assuan option.Werner Koch2024-01-221-30/+43
* card: New subcommand "checkkeys".Werner Koch2024-01-221-5/+39
* agent: Create and use Token entries to track the display s/n.Werner Koch2023-05-261-4/+11
* gpg: Fix writing ECDH keys to OpenPGP smartcards.Werner Koch2023-04-211-8/+59
* agent: New option --restricted for PRESET_PASSPHRASE.Werner Koch2023-03-271-2/+11
* agent: Make --disable-extended-key-format a dummy option.Werner Koch2023-03-131-7/+1
* agent: Allow arguments to "scd serialno" in restricted mode.Werner Koch2022-12-121-1/+1
* gpg: New export option "mode1003".Werner Koch2022-12-021-10/+26
* agent: Automatically convert to extended key format by KEYATTR.NIIBE Yutaka2022-10-281-6/+15
* agent: Introduce attribute "Remote-list" to KEYINFO.Werner Koch2022-10-121-22/+21
* agent: New option --need-attr for KEYINFO.Werner Koch2022-08-111-12/+72
* agent: KEYATTR only allows access to attribute.NIIBE Yutaka2022-06-231-0/+8
* agent: Fix KEYATTR command for --delete option.NIIBE Yutaka2022-06-231-1/+5
* agent: Add KEYATTR command.NIIBE Yutaka2022-06-221-2/+80
* agent: Support --format=ssh option for READKEY.NIIBE Yutaka2022-06-021-13/+40
* agent: Fix get_keyinfo_on_cards.NIIBE Yutaka2022-05-261-2/+5
* agent,scd: Make sure to set CONFIDENTIAL flag in Assuan.NIIBE Yutaka2022-05-251-4/+15
* agent: Add missing assuan_end_confidential call.NIIBE Yutaka2022-05-251-0/+1
* agent: KEYTOCARD prefers to specified time.NIIBE Yutaka2022-03-281-12/+11
* agent: Use "Created:" field for creation time.NIIBE Yutaka2022-03-251-17/+21
* agent: Fix segv in GET_PASSPHRASE (regression)Werner Koch2021-09-071-1/+1
* agent: Ignore passphrase constraints for a generated passphrase.Werner Koch2021-08-181-3/+10
* agent: New option --check-sym-passphrase-pattern.Werner Koch2021-08-131-2/+9
* agent: Avoid memory leaks in error code paths.Jakub Jelen2021-05-201-3/+4
* gpg: Improve speed of secret key listing.Werner Koch2021-05-191-34/+143
* agent,w32: Silence the get_peercred failed diagnosticWerner Koch2021-04-231-1/+6
* gpg: Allow decryption w/o public key but with correct card inserted.Werner Koch2021-04-231-5/+13
* agent: Silence error messages for READKEY --cardWerner Koch2021-04-211-3/+7
* gpg: Add new command keytotpm to convert a private key to TPM formatJames Bottomley2021-03-101-0/+52
* agent: Add new shadow key type and functions to call tpm2daemonJames Bottomley2021-03-101-0/+5
* Require Libgcrypt 1.9Werner Koch2021-01-191-4/+0
* agent: Fix creating shadow key on card key generation.NIIBE Yutaka2020-11-191-3/+3
* common: New functions gnupg_opendir et al.Werner Koch2020-10-211-6/+5
* agent: Fix regression for access through the extra secket.NIIBE Yutaka2020-09-181-4/+36
* common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka2020-09-181-2/+2
* gpg: Fix regression for non-default --passphrase-repeat option.Werner Koch2020-08-201-3/+9
* agent: Allow to pass a timestamp to genkey and import.Werner Koch2020-08-171-12/+54
* agent: Add option --pss to pksign to be used by smartcards.Werner Koch2020-08-101-3/+9
* agent: Fix regression with --newsymkey in loopback mode.Werner Koch2020-07-141-2/+5