aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-04-01g10: Remove option --always-trust if compiled without trust models.Justus Winter1-0/+2
2016-03-31g10: Use gpg-error abstraction of sched_yield.Justus Winter1-2/+1
2016-03-29gpg: Fix NULL-segv for missing tofu DB.Werner Koch1-1/+2
2016-03-22gpg: Improve message when asking for key capabilities.Werner Koch1-5/+7
2016-03-22gpg: Remove the extra prompt for Curve25519.Werner Koch1-34/+30
2016-03-19gpg: Silence trustdb computation with --quiet.Werner Koch1-8/+11
2016-03-16g10: Add const qualifier.NIIBE Yutaka1-2/+2
2016-03-15gpg: Do not rely on a certain evaluation order.Werner Koch1-1/+5
2016-03-14scd: Add manufacturer id 0x000aWerner Koch1-0/+1
2016-03-10g10: Silence message if --quiet is given.Kevin J. McCarthy1-1/+1
2016-03-08gpg: Add a new test.Neal H. Walfield3-2/+616
2016-03-04g10: Drop superfluous declaration.Justus Winter1-1/+0
2016-03-04g10: Guard code against errors.Justus Winter1-7/+8
2016-03-02gpg: Add new program gpgcompose.Neal H. Walfield5-5/+3061
2016-03-02gpg: More robustly detect valid non-armored OpenPGP messages.Neal H. Walfield1-13/+54
2016-03-02gpg: Split write_pubkey_enc_from_list.Neal H. Walfield2-61/+73
2016-03-02gpg: Allow the caller to write the contents of a plaintext packet.Neal H. Walfield1-8/+16
2016-03-02gpg: Add a new function for creating binary notations.Neal H. Walfield2-2/+79
2016-03-02gpg: Refactor the printing of binary notations.Neal H. Walfield1-4/+28
2016-03-02common: Consolidate Assuan server argument handling.Justus Winter1-34/+1
2016-02-26gpg: Prettify a 2 octet hex output.Werner Koch1-1/+2
2016-02-25gpg: Show debugging info if a sig with an unsupported sig class is used.Neal H. Walfield1-1/+6
2016-02-25gpg: More carefully encode a packet's length.Neal H. Walfield1-1/+8
2016-02-25gpg: Avoid directly twiddling bits.Neal H. Walfield1-3/+4
2016-02-25gpg: Improve documentation and comments related to OpenPGP packets.Neal H. Walfield3-66/+362
2016-02-25gpg: Add some asserts.Neal H. Walfield1-4/+62
2016-02-25gpg: Avoid an unnecessary copy.Neal H. Walfield1-14/+9
2016-02-23gpg: Use higher-level functions.Neal H. Walfield1-16/+6
2016-02-23common: More accurately name function.Neal H. Walfield2-3/+3
2016-02-19gpg: Systematically detect and fix signatures that are out of order.Neal H. Walfield1-125/+564
2016-02-19gpg: Split check_key_signature2.Neal H. Walfield2-92/+286
2016-02-19gpg: Split print_and_check_one_sig.Neal H. Walfield1-11/+20
2016-02-19gpg: Split the function check_signature_end.Neal H. Walfield1-5/+23
2016-02-19gpg: Use format_keyid rather than manually formatting the keyid.Neal H. Walfield2-5/+4