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