summaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Fix writing ECDH keys to OpenPGP smartcards.Werner Koch2023-04-211-8/+59
* ssh: Allow to prefer on-disk keys over active card keys.Werner Koch2023-04-182-6/+20
* agent: Add trustlist flag "de-vs".Werner Koch2023-04-031-1/+7
* agent: New option --restricted for PRESET_PASSPHRASE.Werner Koch2023-03-272-3/+19
* agent: Make --disable-extended-key-format a dummy option.Werner Koch2023-03-1310-276/+152
* agent: Try to SETREPEATOK if the pinentry supports it.Ben Kibbey2023-03-101-0/+21
* agent: Show "no secret key" instead of "card removed".Werner Koch2023-03-012-4/+20
* ssh: Allow to define the order in which keys are returned.Werner Koch2023-02-014-63/+185
* common: Slight redefinition of nvc_get_boolean.Werner Koch2023-01-241-1/+2
* agent: Allow arguments to "scd serialno" in restricted mode.Werner Koch2022-12-121-1/+1
* build: Remove Windows CE support.NIIBE Yutaka2022-12-091-7/+1
* gpg: New export option "mode1003".Werner Koch2022-12-021-10/+26
* agent: Fix import of protected v5 keys.Werner Koch2022-12-011-3/+4
* tests: Support semihosted environment.NIIBE Yutaka2022-12-011-3/+4
* agent: Allow trustlist on Windows in Unicode homedirs.Werner Koch2022-11-101-1/+1
* agent: Avoid blanks in the ssh key's comment.Werner Koch2022-11-021-0/+5
* agent: Automatically convert to extended key format by KEYATTR.NIIBE Yutaka2022-10-281-6/+15
* agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument.NIIBE Yutaka2022-10-201-1/+1
* agent,w32: Support Win32-OpenSSH emulation by gpg-agent.NIIBE Yutaka2022-10-143-35/+163
* agent: Introduce attribute "Remote-list" to KEYINFO.Werner Koch2022-10-122-22/+27
* agent,dirmngr,gpg,scd: Clean up for modern compiler.NIIBE Yutaka2022-09-141-0/+1
* agent: Don't start in --supervised mode if no-autostart is enabled.Werner Koch2022-09-071-0/+11
* doc: Update description of the key format.Werner Koch2022-08-162-11/+21
* agent: New option --need-attr for KEYINFO.Werner Koch2022-08-112-17/+73
* agent: Add description for "Prompt" field.NIIBE Yutaka2022-06-281-0/+6
* agent: Don't assume "OPENPGP.3" key means "Use-for-ssh:".NIIBE Yutaka2022-06-282-17/+3
* agent: Do not consider --min-passphrase-len for the magic wand.Werner Koch2022-06-271-10/+11
* agent: Flush before calling ftruncate.NIIBE Yutaka2022-06-231-0/+2
* 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-224-7/+139
* agent,gpg,tools: Fix use of log_get_fd.NIIBE Yutaka2022-06-222-10/+2
* agent: Improve "Insert the card" message.Werner Koch2022-06-171-1/+2
* agent,ssh: Fix for make not-inserted OpenPGP.3 keys available for SSH.Werner Koch2022-06-151-5/+8
* agent: New option --no-user-trustlist and --sys-trustlist-name.Werner Koch2022-06-143-9/+53
* Remove remaining support for WindowsCEWerner Koch2022-06-033-29/+9
* agent: Support --format=ssh option for READKEY.NIIBE Yutaka2022-06-021-13/+40
* 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-263-85/+206
* agent: Fix get_keyinfo_on_cards.NIIBE Yutaka2022-05-261-2/+5
* agent: Handle USAGE information in KEYINFO.NIIBE Yutaka2022-05-262-4/+25
* agent,scd: Make sure to set CONFIDENTIAL flag in Assuan.NIIBE Yutaka2022-05-252-5/+21
* agent: Add missing assuan_end_confidential call.NIIBE Yutaka2022-05-251-0/+1
* agent: Fix a bug accessing after release when opt.verbose.NIIBE Yutaka2022-05-201-4/+4
* agent: Factor out handling scanning over ssh keys.NIIBE Yutaka2022-05-201-42/+48
* 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-206-165/+151
* agent: Pop up dialog window for confirmation, when specified so.NIIBE Yutaka2022-05-192-0/+46
* agent: Supply GRIP=NULL for agent_key_from_file, for real use.NIIBE Yutaka2022-05-193-18/+19