aboutsummaryrefslogtreecommitdiffstats
path: root/agent/findkey.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-14agent: Support the use case of composite PQC for prompting.NIIBE Yutaka1-26/+34
2025-01-14agent: Fix a memory leak.Sorah Fukumori1-0/+1
2024-09-27agent: Better diagnostic for a failed key unprotection.Werner Koch1-0/+2
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-1/+1
2024-01-22agent: Add "ephemeral" Assuan option.Werner Koch1-103/+277
2023-11-21agent: Update the key file only if changed (slight return).Werner Koch1-12/+52
2023-11-21agent: Update the key file only if not changed.Werner Koch1-1/+10
2023-10-06agent: Initialize FP for the case of error return.NIIBE Yutaka1-1/+1
2023-10-04agent: Fix agent_update_private_key.NIIBE Yutaka1-1/+1
2023-10-04agent: Fix agent_update_private_key.NIIBE Yutaka1-1/+1
2023-09-26agent: Initialize FP for the case of error return.NIIBE Yutaka1-1/+1
2023-05-26agent: Do not overwrite a key file by a shadow key file.Werner Koch1-90/+64
2023-05-26agent: Update key files by first writing to a temp file.Werner Koch1-66/+97
2023-05-26agent: Create and use Token entries to track the display s/n.Werner Koch1-10/+51
2023-05-26agent: Do not overwrite a key file by a shadow key file.Werner Koch1-90/+64
2023-05-26agent: Update key files by first writing to a temp file.Werner Koch1-66/+97
2023-05-26agent: Create and use Token entries to track the display s/n.Werner Koch1-10/+51
2023-03-13agent: Make --disable-extended-key-format a dummy option.Werner Koch1-137/+108
2023-03-01agent: Show "no secret key" instead of "card removed".Werner Koch1-0/+9
2023-02-01ssh: Allow to define the order in which keys are returned.Werner Koch1-5/+10
2022-08-16doc: Update description of the key format.Werner Koch1-1/+1
2022-08-11agent: New option --need-attr for KEYINFO.Werner Koch1-5/+1
2022-06-28agent: Don't assume "OPENPGP.3" key means "Use-for-ssh:".NIIBE Yutaka1-15/+1
2022-06-23agent: Flush before calling ftruncate.NIIBE Yutaka1-0/+2
2022-06-22agent: Add KEYATTR command.NIIBE Yutaka1-3/+55
2022-06-17agent: Improve "Insert the card" message.Werner Koch1-1/+2
2022-05-27agent: New field "Prompt" to prevent asking card key insertion.NIIBE Yutaka1-4/+21
2022-05-26agent,ssh: Support "Use-for-ssh" flag in private key.NIIBE Yutaka1-10/+22
2022-05-26agent,ssh: Make not-inserted OpenPGP.3 keys available for SSH.NIIBE Yutaka1-5/+43
2022-05-20agent: Show "Label:" field of private key when prompt the insertion.NIIBE Yutaka1-24/+27
2022-05-20agent: Move confirmation handling into findkey.c.NIIBE Yutaka1-4/+122
2022-05-19agent: Pop up dialog window for confirmation, when specified so.NIIBE Yutaka1-0/+39
2022-05-19agent: Supply GRIP=NULL for agent_key_from_file, for real use.NIIBE Yutaka1-16/+17
2022-03-25agent: Use "Created:" field for creation time.NIIBE Yutaka1-1/+12
2021-10-05agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep.NIIBE Yutaka1-1/+1
2021-03-18agent: Simplify a function.Werner Koch1-32/+23
2020-10-20Replace all calls to access by gnupg_accessWerner Koch1-2/+2
2020-08-25doc: Typo fixesWerner Koch1-1/+1
2020-08-17agent: Allow to pass a timestamp to genkey and import.Werner Koch1-12/+29
2020-06-24agent: expose shadow key typeJames Bottomley via Gnupg-devel1-2/+3
2020-06-19agent: Use get_pk_algo_from_key.NIIBE Yutaka1-158/+0
2020-06-19agent: Clean up for getting info from SEXP.NIIBE Yutaka1-32/+10
2020-06-19agent: A little clean up.NIIBE Yutaka1-2/+0
2020-06-05agent,ecc: Use of opaque MPI for ECC, fixup 'd'.NIIBE Yutaka1-11/+5
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-2/+2
2020-02-13agent: Allow signing with card key even without a stub key.Werner Koch1-0/+2
2019-05-14agent: Replace most assert by log_assert.Werner Koch1-11/+9
2019-05-14agent: correct length for uri and comment on 64-bit big-endian platformsDaniel Kahn Gillmor1-2/+5
2019-05-07agent: If a Label is make sure that label is part of the prompt.Werner Koch1-0/+40
2019-05-07agent: Allow the use of "Label:" in a key file.Werner Koch1-23/+80