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