aboutsummaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* ecc-sos,gpg: Use sexp_extract_param_sos to get MPI.NIIBE Yutaka2020-06-041-2/+2
* ecc-sos, agent: More fixes for fixup of ECC private key.NIIBE Yutaka2020-06-044-19/+27
* ecc-sos,agent: Fix sexp parsing of private key.NIIBE Yutaka2020-06-031-5/+8
* ecc-sos, agent: Add fixing up private key part for leading zero.NIIBE Yutaka2020-06-035-10/+128
* Revert "ecc-sos: Add special leading zero octet removal."NIIBE Yutaka2020-06-011-41/+9
* ecc-sos: Add special leading zero octet removal.NIIBE Yutaka2020-05-271-9/+41
* ecc-sos: Fix SOS handling and revert change of cvt protocol.NIIBE Yutaka2020-05-261-15/+25
* ecc-sos: Unsigned integer for SSH, more.NIIBE Yutaka2020-05-261-1/+1
* ecc-sos: Use unsigned integer format for SSH.NIIBE Yutaka2020-05-261-3/+1
* ecc-sos: When reading private key, it's unsigned.NIIBE Yutaka2020-05-261-1/+1
* agent: SSH clean up.NIIBE Yutaka2020-05-261-30/+9
* Revert "ecc-sos: Fix SOS handling in do_unprotect."NIIBE Yutaka2020-05-251-10/+9
* ecc-sos: Fix SOS handling in do_unprotect.NIIBE Yutaka2020-05-201-9/+10
* agent: Don't use gcry_mpi_scan when not needed.NIIBE Yutaka2020-05-191-13/+3
* ecc-sos: Fix gpg-agent for SOS handling.NIIBE Yutaka2020-05-181-25/+63
* ecc-sos: gpg-agent access ECC public key as opaque string.NIIBE Yutaka2020-05-141-6/+7
* ecc-sos: public key is MPI with the prefix 0x40.NIIBE Yutaka2020-05-041-1/+1
* agent: Fix converting to OpenPGP.NIIBE Yutaka2020-05-041-2/+5
* agent: Print an error if gpg-protect reads the extended key format.Werner Koch2020-03-301-0/+5
* gpgconf: Further simplify the gpgconf option processing.Werner Koch2020-03-141-55/+12
* agent: Fix todays --re-group commit.Werner Koch2020-03-061-0/+1
* agent: Re-group the options in the --help output.Werner Koch2020-03-061-64/+71
* gpgconf: Support reading global options (part 2).Werner Koch2020-03-061-13/+22
* agent,dirmngr: Re-read the user specified config file.Werner Koch2020-02-221-2/+8
* Use gpgrt's new option parser for the tools.Werner Koch2020-02-212-20/+22
* Use gpgrt's new option parser for gpgc, gpgsm, and gpg-agent.Werner Koch2020-02-201-130/+104
* gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch2020-02-203-0/+12
* Spelling cleanup.Daniel Kahn Gillmor2020-02-188-11/+11
* agent: Allow signing with card key even without a stub key.Werner Koch2020-02-138-32/+172
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-105-0/+5
* agent: Avoid multiple calls to scd for KEYINFO.Werner Koch2020-01-131-2/+45
* agent: Replace free by xfree in recently added code.Werner Koch2020-01-131-3/+3
* scd: Make SERIALNO --all work correctly and use it.Werner Koch2020-01-131-1/+1
* agent: handle SSH operation by KEYGRIP.NIIBE Yutaka2020-01-131-86/+15
* agent: Extend agent_card_getattr with KEYGRIP.NIIBE Yutaka2020-01-133-5/+11
* scd: Use a scdaemon internal key to protect the PIN cache IPC.Werner Koch2020-01-092-65/+49
* agent: SSH: SCD KEYINFO to list available keys.NIIBE Yutaka2020-01-095-116/+39
* agent: First changes to support a PIN cache for scdaemon.Werner Koch2020-01-074-29/+217
* agent: Improve --debug-pinentry diagnosticsWerner Koch2019-11-251-19/+35
* dirmngr: Fixed typo in recently added diagnostic.Werner Koch2019-11-181-1/+1
* agent: Fix ask_for_card to allow a key on multiple cards.NIIBE Yutaka2019-09-051-83/+36
* agent: Fix an error path of agent_get_confirmation.NIIBE Yutaka2019-08-061-8/+9
* agent: Relax the handling of pinentry error for keyboard grab.NIIBE Yutaka2019-07-111-1/+11
* agent: Close a dialog cleanly when gpg/ssh is killed for CONFIRM.NIIBE Yutaka2019-06-281-22/+60
* agent: Allow TERM="".NIIBE Yutaka2019-06-041-1/+1
* agent: Add pinentry_loopback_confirm declaration.NIIBE Yutaka2019-06-041-2/+5
* g10,agent: Support CONFIRM for --delete-key.NIIBE Yutaka2019-06-042-1/+38
* Return better error code for some getinfo IPC commands.Werner Koch2019-06-031-3/+3
* agent: Add A-flag for KEYINFO output for card.NIIBE Yutaka2019-05-291-4/+29
* agent: Make an MD encoding function more robust.Werner Koch2019-05-281-7/+12