| Commit message (Expand) | Author | Files | Lines |
2016-10-27 | g10: Fix ECDH, clarifying the format. | NIIBE Yutaka | 1 | -18/+20 |
2016-10-27 | scd: Add 0x41 prefix for x-coordinate only result. | NIIBE Yutaka | 1 | -12/+21 |
2016-10-27 | g10: ECDH shared point format. | Arnaud Fontaine | 1 | -8/+24 |
2016-10-27 | dirmngr: Implement --supervised command (for systemd, etc). | Daniel Kahn Gillmor | 2 | -0/+47 |
2016-10-27 | agent,common: move get_socket_name() into common. | Daniel Kahn Gillmor | 3 | -48/+52 |
2016-10-27 | dirmngr: report actual socket name. | Daniel Kahn Gillmor | 3 | -1/+11 |
2016-10-27 | common: Fix gnupg_inotify_has_name. | NIIBE Yutaka | 1 | -14/+22 |
2016-10-27 | dirmngr: Fix help string and argument. | NIIBE Yutaka | 1 | -2/+2 |
2016-10-26 | dirmngr: Fix hang due to deferred thread initialization. | Werner Koch | 1 | -13/+12 |
2016-10-26 | agent: Avoid double error message. | Werner Koch | 1 | -4/+3 |
2016-10-26 | common: Use GPG_ERR_INV_VALUE instead of GPG_ERR_EINVAL. | Werner Koch | 1 | -1/+1 |
2016-10-26 | tests: Improve portability of fake-pinentry. | Werner Koch | 1 | -21/+28 |
2016-10-26 | doc: Fix spelling of "internal". | Daniel Kahn Gillmor | 1 | -1/+1 |
2016-10-26 | agent: --supervised mode improvements. | Daniel Kahn Gillmor | 1 | -0/+7 |
2016-10-26 | common: avoid segfault | Daniel Kahn Gillmor | 1 | -0/+3 |
2016-10-25 | agent,tests,w32: Fix relaying pinentry user data, fix fake-pinentry. | Justus Winter | 2 | -7/+71 |
2016-10-25 | tests: Do not autostart gpg-agents on teardown. | Justus Winter | 1 | -1/+2 |
2016-10-25 | dirmngr: Allow command VERSIONCHECK to handle 3 part version numbers. | Werner Koch | 1 | -35/+83 |
2016-10-25 | common: Use strconcat in gnupg_setenv. | Werner Koch | 1 | -22/+22 |
2016-10-24 | gpg: Replace two sprintf calls. | Werner Koch | 1 | -8/+3 |
2016-10-24 | agent: Minor cleanup for recent change in findkey.c | Werner Koch | 1 | -6/+2 |
2016-10-24 | agent: Slightly change structure of cmd_readkey. | Werner Koch | 1 | -29/+31 |
2016-10-24 | dirmngr: Fix segfault in VERSIONCHECK. | Kai Michaelis | 1 | -2/+2 |
2016-10-24 | scd: Use canonical curve name of libgcrypt. | NIIBE Yutaka | 3 | -41/+71 |
2016-10-24 | common: Fix openpgp_is_curve_supported. | NIIBE Yutaka | 1 | -2/+2 |
2016-10-24 | g10: Fix card keygen for decryption. | NIIBE Yutaka | 1 | -2/+2 |
2016-10-22 | g10: More card key generation change. | NIIBE Yutaka | 1 | -39/+24 |
2016-10-21 | g10: Write first keybox record in binary mode | Andre Heinecke | 1 | -1/+1 |
2016-10-21 | g10,scd: Fix ECC keygen. | NIIBE Yutaka | 3 | -21/+70 |
2016-10-21 | scd: Fix segfault changing key attr. | NIIBE Yutaka | 1 | -1/+1 |
2016-10-21 | g10: Don't ask keysize for for non-RSA card. | NIIBE Yutaka | 1 | -22/+28 |
2016-10-21 | g10: Support ECC for gen_card_key. | NIIBE Yutaka | 1 | -15/+17 |
2016-10-21 | Fix use cases of snprintf. | NIIBE Yutaka | 16 | -157/+97 |
2016-10-21 | agent: Fix saving with FORCE=1. | NIIBE Yutaka | 1 | -6/+19 |
2016-10-20 | tests: Simplify test. | Justus Winter | 1 | -36/+31 |
2016-10-20 | tests: Flush stdout in the fake pinentry. | Justus Winter | 1 | -0/+1 |
2016-10-20 | common,w32: Fix setting environment variables on Windows. | Justus Winter | 2 | -40/+65 |
2016-10-20 | tests,w32: Cope with Windows line endings. | Justus Winter | 1 | -1/+2 |
2016-10-20 | tests: Create and remove socket directories. | Justus Winter | 3 | -15/+24 |
2016-10-20 | agent, g10: Fix keygen. | NIIBE Yutaka | 2 | -2/+2 |
2016-10-20 | scd: GENKEY updates the public key in APP. | NIIBE Yutaka | 1 | -228/+257 |
2016-10-20 | g10: smartcard keygen change. | NIIBE Yutaka | 3 | -137/+45 |
2016-10-20 | agent: Add --card option for READKEY. | NIIBE Yutaka | 5 | -70/+100 |
2016-10-19 | dirmngr: improve VERSIONCHECK | Kai Michaelis | 1 | -99/+133 |
2016-10-18 | common: Fix copying data to estreams. | Justus Winter | 1 | -5/+7 |
2016-10-18 | common,w32: Communicate with child in non-blocking mode. | Justus Winter | 1 | -3/+4 |
2016-10-18 | common,w32: Extend gnupg_create_inbound_pipe et al. | Justus Winter | 1 | -10/+27 |
2016-10-18 | common,w32: Make use of default_errsource in exechelp. | Justus Winter | 1 | -7/+21 |
2016-10-18 | scd: Support ECC key generation. | NIIBE Yutaka | 1 | -61/+137 |
2016-10-18 | scd: minor cleanup to merge other works. | NIIBE Yutaka | 3 | -39/+32 |