summaryrefslogtreecommitdiffstats
path: root/agent/findkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Add "ephemeral" Assuan option.Werner Koch2024-01-221-103/+277
* agent: Update the key file only if changed (slight return).Werner Koch2023-11-211-12/+52
* agent: Update the key file only if not changed.Werner Koch2023-11-211-1/+10
* agent: Initialize FP for the case of error return.NIIBE Yutaka2023-10-061-1/+1
* agent: Fix agent_update_private_key.NIIBE Yutaka2023-10-041-1/+1
* agent: Do not overwrite a key file by a shadow key file.Werner Koch2023-05-261-90/+64
* agent: Update key files by first writing to a temp file.Werner Koch2023-05-261-66/+97
* agent: Create and use Token entries to track the display s/n.Werner Koch2023-05-261-10/+51
* agent: Make --disable-extended-key-format a dummy option.Werner Koch2023-03-131-137/+108
* agent: Show "no secret key" instead of "card removed".Werner Koch2023-03-011-0/+9
* ssh: Allow to define the order in which keys are returned.Werner Koch2023-02-011-5/+10
* doc: Update description of the key format.Werner Koch2022-08-161-1/+1
* agent: New option --need-attr for KEYINFO.Werner Koch2022-08-111-5/+1
* agent: Don't assume "OPENPGP.3" key means "Use-for-ssh:".NIIBE Yutaka2022-06-281-15/+1
* agent: Flush before calling ftruncate.NIIBE Yutaka2022-06-231-0/+2
* agent: Add KEYATTR command.NIIBE Yutaka2022-06-221-3/+55
* agent: Improve "Insert the card" message.Werner Koch2022-06-171-1/+2
* agent: New field "Prompt" to prevent asking card key insertion.NIIBE Yutaka2022-05-271-4/+21
* agent,ssh: Support "Use-for-ssh" flag in private key.NIIBE Yutaka2022-05-261-10/+22
* agent,ssh: Make not-inserted OpenPGP.3 keys available for SSH.NIIBE Yutaka2022-05-261-5/+43
* agent: Show "Label:" field of private key when prompt the insertion.NIIBE Yutaka2022-05-201-24/+27
* agent: Move confirmation handling into findkey.c.NIIBE Yutaka2022-05-201-4/+122
* agent: Pop up dialog window for confirmation, when specified so.NIIBE Yutaka2022-05-191-0/+39
* agent: Supply GRIP=NULL for agent_key_from_file, for real use.NIIBE Yutaka2022-05-191-16/+17
* agent: Use "Created:" field for creation time.NIIBE Yutaka2022-03-251-1/+12
* agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep.NIIBE Yutaka2021-10-051-1/+1
* agent: Simplify a function.Werner Koch2021-03-181-32/+23
* Replace all calls to access by gnupg_accessWerner Koch2020-10-201-2/+2
* doc: Typo fixesWerner Koch2020-08-251-1/+1
* agent: Allow to pass a timestamp to genkey and import.Werner Koch2020-08-171-12/+29
* agent: expose shadow key typeJames Bottomley via Gnupg-devel2020-06-241-2/+3
* agent: Use get_pk_algo_from_key.NIIBE Yutaka2020-06-191-158/+0
* agent: Clean up for getting info from SEXP.NIIBE Yutaka2020-06-191-32/+10
* agent: A little clean up.NIIBE Yutaka2020-06-191-2/+0
* agent,ecc: Use of opaque MPI for ECC, fixup 'd'.NIIBE Yutaka2020-06-051-11/+5
* Spelling cleanup.Daniel Kahn Gillmor2020-02-191-2/+2
* agent: Allow signing with card key even without a stub key.Werner Koch2020-02-131-0/+2
* agent: Replace most assert by log_assert.Werner Koch2019-05-141-11/+9
* agent: correct length for uri and comment on 64-bit big-endian platformsDaniel Kahn Gillmor2019-05-141-2/+5
* agent: If a Label is make sure that label is part of the prompt.Werner Koch2019-05-071-0/+40
* agent: Allow the use of "Label:" in a key file.Werner Koch2019-05-071-23/+80
* agent: Put Token lines into the key files.Werner Koch2019-05-031-8/+54
* agent: Clear bogus pinentry cache, when it causes an error.NIIBE Yutaka2019-01-281-1/+11
* agent: Make the request origin a part of the cache items.Werner Koch2018-03-271-4/+4
* agent: Minor cleanup (mostly for documentation).Werner Koch2017-07-281-66/+66
* agent: Make digest algorithms for ssh fingerprints configurable.Justus Winter2017-05-241-1/+2
* common: Support different digest algorithms for ssh fingerprints.Justus Winter2017-05-241-1/+1
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-1/+1
* agent: Clean up error initialize/return.NIIBE Yutaka2017-04-141-3/+1
* agent: New option --enable-extended-key-format.Werner Koch2017-03-241-11/+33