aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-02-19gpg: Initialize the primary key when generating a key.Neal H. Walfield1-0/+7
2016-02-19gpg: Add accessor & utility functions for pk->keyid and pk->main_keyid.Neal H. Walfield3-3/+94
2016-02-18gpg: Clean up dangling agent_open and agent_closed declarations.Daniel Kahn Gillmor2-4/+1
2016-02-16gpg: Make ASCII armor decoding more robust to encoding errors.Neal H. Walfield1-0/+18
2016-02-15common, g10: Fix indentation to silence GCC-6.NIIBE Yutaka2-12/+12
2016-02-14Put asterisks in front of two function descriptions.Werner Koch1-9/+9
2016-02-14gpg: Add hidden key-edit subcommand "change-usage".Werner Koch3-11/+146
2016-02-14gpg: Improve API documentation.Neal H. Walfield3-13/+24
2016-02-14gpg: Fix calc_header_length when LEN is 0 and improve documentation.Neal H. Walfield1-4/+8
2016-02-14gpg: Fix format_keyid when dynamically allocating the buffer.Neal H. Walfield2-3/+6
2016-02-12g10: Make sure to have the directory for trustdb.NIIBE Yutaka1-56/+62
2016-01-27gpg: Shorten the --tofu-policy help textWerner Koch1-1/+1
2016-01-26Update copyright years.Werner Koch1-1/+1
2016-01-26g10: Fix segfault on unsupported curve.NIIBE Yutaka1-8/+4
2016-01-25gpg: Print PROGRESS status lines during key generation.Werner Koch1-11/+10
2016-01-22gpg: Rework gpg-conf.skelWerner Koch1-55/+26