aboutsummaryrefslogtreecommitdiffstats
path: root/agent/findkey.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2019-05-03agent: Put Token lines into the key files.Werner Koch1-8/+54
2019-01-28agent: Clear bogus pinentry cache, when it causes an error.NIIBE Yutaka1-1/+11
2018-03-27agent: Make the request origin a part of the cache items.Werner Koch1-4/+4
2017-07-28agent: Minor cleanup (mostly for documentation).Werner Koch1-66/+66
2017-05-24agent: Make digest algorithms for ssh fingerprints configurable.Justus Winter1-1/+2
2017-05-24common: Support different digest algorithms for ssh fingerprints.Justus Winter1-1/+1
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-1/+1
2017-04-14agent: Clean up error initialize/return.NIIBE Yutaka1-3/+1
2017-03-24agent: New option --enable-extended-key-format.Werner Koch1-11/+33
2017-03-24agent: New option --stub-only for DELETE_KEYWerner Koch1-11/+21
2017-03-07agent: Resolve conflict of util.h.NIIBE Yutaka1-1/+1
2017-02-22agent: Prepend the description to a PIN prompt.Werner Koch1-8/+30
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-10-24agent: Minor cleanup for recent change in findkey.cWerner Koch1-6/+2
2016-10-21agent: Fix saving with FORCE=1.NIIBE Yutaka1-6/+19
2016-10-20agent: Add --card option for READKEY.NIIBE Yutaka1-0/+36
2016-06-23common: Add dedicated private key functions to name-value.c.Werner Koch1-2/+2
2016-06-23common: Rename external symbols in name-value.c.Werner Koch1-9/+9
2016-06-23common: Rename private-keys.c to name-value.cWerner Koch1-1/+1
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-4/+8
2016-04-21common: Add support for the new extended private key format.Justus Winter1-1/+160
2016-03-16agent: allow removal of the shadowed key.NIIBE Yutaka1-1/+1
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-10-09agent: Fix function return type for check_cb and agent_askpin.NIIBE Yutaka1-1/+1
2015-08-24agent: Raise the maximum password length. Don't hard code it.Neal H. Walfield1-2/+2