aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-04ecc-sos,gpg: Use sexp_extract_param_sos to get MPI.NIIBE Yutaka1-2/+2
2020-06-04ecc-sos, agent: More fixes for fixup of ECC private key.NIIBE Yutaka4-19/+27
2020-06-03ecc-sos,agent: Fix sexp parsing of private key.NIIBE Yutaka1-5/+8
2020-06-03ecc-sos, agent: Add fixing up private key part for leading zero.NIIBE Yutaka5-10/+128
2020-06-01Revert "ecc-sos: Add special leading zero octet removal."NIIBE Yutaka1-41/+9
2020-05-27ecc-sos: Add special leading zero octet removal.NIIBE Yutaka1-9/+41
2020-05-26ecc-sos: Fix SOS handling and revert change of cvt protocol.NIIBE Yutaka1-15/+25
2020-05-26ecc-sos: Unsigned integer for SSH, more.NIIBE Yutaka1-1/+1
2020-05-26ecc-sos: Use unsigned integer format for SSH.NIIBE Yutaka1-3/+1
2020-05-26ecc-sos: When reading private key, it's unsigned.NIIBE Yutaka1-1/+1
2020-05-26agent: SSH clean up.NIIBE Yutaka1-30/+9
2020-05-25Revert "ecc-sos: Fix SOS handling in do_unprotect."NIIBE Yutaka1-10/+9
2020-05-20ecc-sos: Fix SOS handling in do_unprotect.NIIBE Yutaka1-9/+10
2020-05-19agent: Don't use gcry_mpi_scan when not needed.NIIBE Yutaka1-13/+3
2020-05-18ecc-sos: Fix gpg-agent for SOS handling.NIIBE Yutaka1-25/+63
2020-05-14ecc-sos: gpg-agent access ECC public key as opaque string.NIIBE Yutaka1-6/+7
2020-05-04ecc-sos: public key is MPI with the prefix 0x40.NIIBE Yutaka1-1/+1
2020-05-04agent: Fix converting to OpenPGP.NIIBE Yutaka1-2/+5
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
2019-06-03Return better error code for some getinfo IPC commands.Werner Koch1-3/+3
2019-05-29agent: Add A-flag for KEYINFO output for card.NIIBE Yutaka1-4/+29
2019-05-28agent: Make an MD encoding function more robust.Werner Koch1-7/+12