aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-01-22gpg: Allow new user ids with only the mail address.Werner Koch1-6/+18
2016-01-21gpg: Improve header text of the auto-created revocations.Werner Koch1-3/+10
2016-01-21gpg: Make --auto-key-retrieve work with dirmngr configured server.Werner Koch8-29/+56
2016-01-20gpg: Silence message about ignoring revoked user ids.Werner Koch1-10/+14
2016-01-19gpg: Streamline use of error messages in tofu.cWerner Koch1-123/+134
2016-01-19gpg: Add function print_further_info.Werner Koch2-0/+22
2016-01-18g10: Improve strings printed by tofu.c.Werner Koch1-128/+132
2016-01-18gpg: Minor string changes.Werner Koch3-4/+4
2016-01-18gpg: Use "days" in "...newer than..." diagnostics.Werner Koch1-10/+35
2016-01-18Use ngettext for some strings.Werner Koch7-73/+86
2016-01-14w32: Fix deadlock introduced by keybox_file_rename.Werner Koch1-4/+17
2016-01-14gpg: Detect race between pubring.gpg and pubring.kbx use.Werner Koch1-0/+32
2016-01-14kbx: New function keybox_file_rename to replace rename.Werner Koch1-18/+5
2016-01-14kbx: Add function keybox_tmp_names to avoid code duplication.Werner Koch1-57/+26