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