aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-17agent: Allow to pass a timestamp to genkey and import.Werner Koch8-38/+109
2020-08-13doc: Add a list of RFCS to DETAIL.Werner Koch1-1/+1
2020-08-10agent: Add option --pss to pksign to be used by smartcards.Werner Koch4-7/+28
2020-07-31agent: Fix coercion for pinentry_pid handling.NIIBE Yutaka1-1/+1
2020-07-14agent: Fix regression with --newsymkey in loopback mode.Werner Koch1-2/+5
2020-07-08Do not use the pinentry's qualitybarWerner Koch1-1/+1
2020-07-08agent: New option --newsymkey for GET_PASSPHRASEWerner Koch4-58/+322
2020-06-24agent: separate out daemon handling infrastructure for reuseJames Bottomley7-583/+759
2020-06-24agent: expose shadow key typeJames Bottomley via Gnupg-devel4-17/+90
2020-06-24gpg,agent: Support Ed448 signing.NIIBE Yutaka2-5/+11
2020-06-19agent: Use get_pk_algo_from_key.NIIBE Yutaka2-159/+1
2020-06-19agent: Clean up for getting info from SEXP.NIIBE Yutaka3-59/+23
2020-06-19agent: A little clean up.NIIBE Yutaka1-2/+0
2020-06-17agent: Fix regression in 'd' fixup code for shadowed keys.Werner Koch1-0/+2
2020-06-08agent: Fix the condition to detect leading 0x00 problem.NIIBE Yutaka1-5/+16
2020-06-05agent,ecc: Use of opaque MPI for ECC, fixup 'd'.NIIBE Yutaka5-16/+151
2020-06-05agent: For ECC, use opaque MPI for key representation.NIIBE Yutaka1-20/+69
2020-06-05agent,ssh: Tighten condition for EdDSA.NIIBE Yutaka1-2/+1
2020-06-05agent: Remove duplicated code for EdDSA.NIIBE Yutaka1-30/+10
2020-06-05agent: Clean up do_encode_md.NIIBE Yutaka1-13/+3
2020-05-18agent: Allow to use SETHASH for arbitrary data.Werner Koch7-30/+102
2020-03-30agent: Print an error if gpg-protect reads the extended key format.Werner Koch1-0/+5
2020-03-14gpgconf: Further simplify the gpgconf option processing.Werner Koch1-55/+12
2020-03-06agent: Fix todays --re-group commit.Werner Koch1-0/+1
2020-03-06agent: Re-group the options in the --help output.Werner Koch1-64/+71
2020-03-06gpgconf: Support reading global options (part 2).Werner Koch1-13/+22
2020-02-22agent,dirmngr: Re-read the user specified config file.Werner Koch1-2/+8
2020-02-21Use gpgrt's new option parser for the tools.Werner Koch2-20/+22
2020-02-20Use gpgrt's new option parser for gpgc, gpgsm, and gpg-agent.Werner Koch1-130/+104
2020-02-20gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch3-0/+12
2020-02-18Spelling cleanup.Daniel Kahn Gillmor8-11/+11
2020-02-13agent: Allow signing with card key even without a stub key.Werner Koch8-32/+172
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch5-0/+5
2020-01-13agent: Avoid multiple calls to scd for KEYINFO.Werner Koch1-2/+45
2020-01-13agent: Replace free by xfree in recently added code.Werner Koch1-3/+3
2020-01-13scd: Make SERIALNO --all work correctly and use it.Werner Koch1-1/+1
2020-01-13agent: handle SSH operation by KEYGRIP.NIIBE Yutaka1-86/+15
2020-01-13agent: Extend agent_card_getattr with KEYGRIP.NIIBE Yutaka3-5/+11
2020-01-09scd: Use a scdaemon internal key to protect the PIN cache IPC.Werner Koch2-65/+49
2020-01-09agent: SSH: SCD KEYINFO to list available keys.NIIBE Yutaka5-116/+39
2020-01-07agent: First changes to support a PIN cache for scdaemon.Werner Koch4-29/+217
2019-11-25agent: Improve --debug-pinentry diagnosticsWerner Koch1-19/+35
2019-11-18dirmngr: Fixed typo in recently added diagnostic.Werner Koch1-1/+1
2019-09-05agent: Fix ask_for_card to allow a key on multiple cards.NIIBE Yutaka1-83/+36
2019-08-06agent: Fix an error path of agent_get_confirmation.NIIBE Yutaka1-8/+9
2019-07-11agent: Relax the handling of pinentry error for keyboard grab.NIIBE Yutaka1-1/+11
2019-06-28agent: Close a dialog cleanly when gpg/ssh is killed for CONFIRM.NIIBE Yutaka1-22/+60
2019-06-04agent: Allow TERM="".NIIBE Yutaka1-1/+1
2019-06-04agent: Add pinentry_loopback_confirm declaration.NIIBE Yutaka1-2/+5
2019-06-04g10,agent: Support CONFIRM for --delete-key.NIIBE Yutaka2-1/+38