aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-06gpg: Add option --with-subkey-fingerprint.Werner Koch4-4/+27
2016-06-06gpg: Implement --keyid-format=none.Werner Koch8-137/+146
2016-06-06indent: Wrap strings in debug messages.Werner Koch1-3/+5
2016-06-02gpg: Add the fingerprint to KEY_CREATED for subkeys.Werner Koch1-9/+12
2016-06-02gpg: Try to use the passphrase from the primary for --quick-addkey.Werner Koch4-48/+112
2016-06-02gpg: Extend the --quick-gen-key command.Werner Koch3-21/+84
2016-06-02gpg: Improve the new parse_subkey_algostr_usagestr fucntion.Werner Koch1-28/+34
2016-06-02gpg: New command --quick-addkey.Werner Koch4-155/+482
2016-06-02gpg: Do not abort on certain invalid packets.Werner Koch2-3/+8
2016-06-01g10: Allow User ID length >= 256.NIIBE Yutaka1-1/+1
2016-05-31gpg: New status code NOTATION_FLAGS.Werner Koch3-5/+16
2016-05-27gpg: Keep current and total of PROGESS status lines small enough.Werner Koch1-15/+45
2016-05-24gpg, w32: Fix build regression.Werner Koch1-0/+2
2016-05-23g10: Fix typo in comment.Daniel Kahn Gillmor1-1/+1
2016-05-21gpg: Speed up key listing in Tofu mode.Werner Koch1-50/+18
2016-05-21gpg: Avoid name spaces clash with future sqlite versions.Werner Koch5-97/+96
2016-05-21gpg: Explicitly close a combined Tofu DB.Werner Koch1-3/+8
2016-05-21gpg: Remove debug output accidently introduced with 027c4e5.Werner Koch1-3/+0
2016-05-21gpg: Store the Tofu meta handle for databases in CTRL.Werner Koch9-47/+70
2016-05-21gpg: Pass CTRL object down to the trust functionsWerner Koch16-152/+180
2016-05-21gpg: Fix the TOFU_STATS_LONG status.Werner Koch1-4/+7
2016-05-19gpg: Print "[ never ]" instead of err for validity.Werner Koch1-0/+1
2016-05-18gpg: Add --weak-digest to gpgv's help screen.Werner Koch1-1/+2
2016-05-17gpg: Emit new status line KEY_CONSIDERED.Werner Koch1-82/+138
2016-05-11g10: Fix signature checking.NIIBE Yutaka1-4/+9
2016-05-10gpg: Allow unattended deletion of secret keys.Werner Koch3-5/+14
2016-05-09gpg: Fix buglet in the check_all_keysigs function.Werner Koch1-2/+3
2016-05-09gpg: Request a "save" after cmd "check" fixed something.Werner Koch1-2/+3
2016-05-04gpg: Fix const char pointer mismatch with gettext.Werner Koch1-3/+4
2016-05-04Some minor string changes and fixed a printf format.Werner Koch2-8/+15
2016-05-03tests: Silence output of some tests.Werner Koch1-2/+6
2016-05-03gpg: Emit status lines TOFU_STATS and TOFU_STATS_LONG.Werner Koch1-8/+61
2016-05-02gpg: Extend TRUST_foo status lines with the trust model.Werner Koch4-24/+58
2016-05-02gpg: Improve line wrapping for a tofu message.Werner Koch1-8/+14
2016-05-02gpg: Re-format some tofu messages.Werner Koch1-107/+151
2016-04-29gpg: Factor some code code out of tofu.cWerner Koch1-82/+82
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch52-285/+232
2016-04-27gpg: Add experimental AKL method "wkd" and option --with-wkd-hash.Werner Koch11-22/+178
2016-04-26gpg: Add OpenPGP card vendor 0x2342.Werner Koch1-1/+1
2016-04-21w32: Use --enable-gpg2-is-gpg by default.Werner Koch1-1/+1
2016-04-19gpg: Improve UID selction of --quick-sign-key.Werner Koch1-10/+54
2016-04-19gpg: Avoid debug like output at start of --edit-key.Werner Koch1-6/+12
2016-04-07g10: Fix exporting secret keys of certain sizes.Justus Winter1-1/+1
2016-04-07g10: Fix typo.Justus Winter1-1/+1
2016-04-06Revert "g10: Support armored keyrings in gpgv."Justus Winter5-134/+10
2016-04-05build: Fix for: Build gpgcompose only in maintainer modeWerner Koch1-1/+2
2016-04-05build: Build gpgcompose only in maintainer modeWerner Koch2-1/+3
2016-04-05gpg: Replace use of "gpg2" by GPG_NAMEWerner Koch3-15/+16
2016-04-04Now build "gpg" binary but install as "gpg2"Werner Koch2-18/+72
2016-04-04g10: Support armored keyrings in gpgv.Justus Winter5-10/+134