aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpg: Enable the Issuer Fingerprint from rfc4880bisWerner Koch2016-10-282-12/+6
* dirmngr: Fix signature checking.Werner Koch2016-10-271-25/+76
* gpg: Verify multiple detached signatures with different hash algos.Werner Koch2016-10-271-5/+23
* common: Add GNUPG_MODULE_NAME_GPGV.Werner Koch2016-10-272-0/+8
* g10: Fix iteration over getkey results.Justus Winter2016-10-271-3/+6
* Fix typos.Justus Winter2016-10-2713-14/+14
* g10: Assert preconditions.Justus Winter2016-10-271-0/+3
* dirmngr: Do not implement --supervised in Windows.Werner Koch2016-10-272-4/+8
* common: Remove debug output from gnupg_get_socket_name.Werner Koch2016-10-271-4/+4
* dirmngr: ADNS error handling fix.NIIBE Yutaka2016-10-271-4/+4
* gpg: Convey --quick option to dirmngr for --auto-key-retrieve.Werner Koch2016-10-2710-48/+59
* common: Fix gnupg_inotify_has_name, differently.NIIBE Yutaka2016-10-271-21/+15
* dirmngr: More ADNS error fix.NIIBE Yutaka2016-10-271-4/+4
* dirmngr: Fix error return for ADNS.NIIBE Yutaka2016-10-271-1/+1
* g10: Fix ECDH, clarifying the format.NIIBE Yutaka2016-10-271-18/+20
* scd: Add 0x41 prefix for x-coordinate only result.NIIBE Yutaka2016-10-271-12/+21
* g10: ECDH shared point format.Arnaud Fontaine2016-10-271-8/+24
* dirmngr: Implement --supervised command (for systemd, etc).Daniel Kahn Gillmor2016-10-272-0/+47
* agent,common: move get_socket_name() into common.Daniel Kahn Gillmor2016-10-273-48/+52
* dirmngr: report actual socket name.Daniel Kahn Gillmor2016-10-273-1/+11
* common: Fix gnupg_inotify_has_name.NIIBE Yutaka2016-10-271-14/+22
* dirmngr: Fix help string and argument.NIIBE Yutaka2016-10-271-2/+2
* dirmngr: Fix hang due to deferred thread initialization.Werner Koch2016-10-261-13/+12
* agent: Avoid double error message.Werner Koch2016-10-261-4/+3
* common: Use GPG_ERR_INV_VALUE instead of GPG_ERR_EINVAL.Werner Koch2016-10-261-1/+1
* tests: Improve portability of fake-pinentry.Werner Koch2016-10-261-21/+28
* doc: Fix spelling of "internal".Daniel Kahn Gillmor2016-10-261-1/+1
* agent: --supervised mode improvements.Daniel Kahn Gillmor2016-10-261-0/+7
* common: avoid segfaultDaniel Kahn Gillmor2016-10-261-0/+3
* agent,tests,w32: Fix relaying pinentry user data, fix fake-pinentry.Justus Winter2016-10-252-7/+71
* tests: Do not autostart gpg-agents on teardown.Justus Winter2016-10-251-1/+2
* dirmngr: Allow command VERSIONCHECK to handle 3 part version numbers.Werner Koch2016-10-251-35/+83
* common: Use strconcat in gnupg_setenv.Werner Koch2016-10-251-22/+22
* gpg: Replace two sprintf calls.Werner Koch2016-10-241-8/+3
* agent: Minor cleanup for recent change in findkey.cWerner Koch2016-10-241-6/+2
* agent: Slightly change structure of cmd_readkey.Werner Koch2016-10-241-29/+31
* dirmngr: Fix segfault in VERSIONCHECK.Kai Michaelis2016-10-241-2/+2
* scd: Use canonical curve name of libgcrypt.NIIBE Yutaka2016-10-243-41/+71
* common: Fix openpgp_is_curve_supported.NIIBE Yutaka2016-10-241-2/+2
* g10: Fix card keygen for decryption.NIIBE Yutaka2016-10-231-2/+2
* g10: More card key generation change.NIIBE Yutaka2016-10-211-39/+24
* g10: Write first keybox record in binary modeAndre Heinecke2016-10-211-1/+1
* g10,scd: Fix ECC keygen.NIIBE Yutaka2016-10-213-21/+70
* scd: Fix segfault changing key attr.NIIBE Yutaka2016-10-211-1/+1
* g10: Don't ask keysize for for non-RSA card.NIIBE Yutaka2016-10-211-22/+28
* g10: Support ECC for gen_card_key.NIIBE Yutaka2016-10-211-15/+17
* Fix use cases of snprintf.NIIBE Yutaka2016-10-2116-157/+97
* agent: Fix saving with FORCE=1.NIIBE Yutaka2016-10-211-6/+19
* tests: Simplify test.Justus Winter2016-10-201-36/+31
* tests: Flush stdout in the fake pinentry.Justus Winter2016-10-201-0/+1