aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: More carefully encode a packet's length.Neal H. Walfield2016-02-251-1/+8
* gpg: Avoid directly twiddling bits.Neal H. Walfield2016-02-251-3/+4
* gpg: Improve documentation and comments related to OpenPGP packets.Neal H. Walfield2016-02-253-66/+362
* gpg: Add some asserts.Neal H. Walfield2016-02-251-4/+62
* gpg: Avoid an unnecessary copy.Neal H. Walfield2016-02-251-14/+9
* gpg: Use higher-level functions.Neal H. Walfield2016-02-231-16/+6
* common: More accurately name function.Neal H. Walfield2016-02-232-3/+3
* gpg: Systematically detect and fix signatures that are out of order.Neal H. Walfield2016-02-191-125/+564
* gpg: Split check_key_signature2.Neal H. Walfield2016-02-192-92/+286
* gpg: Split print_and_check_one_sig.Neal H. Walfield2016-02-191-11/+20
* gpg: Split the function check_signature_end.Neal H. Walfield2016-02-191-5/+23
* gpg: Use format_keyid rather than manually formatting the keyid.Neal H. Walfield2016-02-192-5/+4
* gpg: Initialize the primary key when generating a key.Neal H. Walfield2016-02-191-0/+7
* gpg: Add accessor & utility functions for pk->keyid and pk->main_keyid.Neal H. Walfield2016-02-193-3/+94
* gpg: Clean up dangling agent_open and agent_closed declarations.Daniel Kahn Gillmor2016-02-182-4/+1
* gpg: Make ASCII armor decoding more robust to encoding errors.Neal H. Walfield2016-02-161-0/+18
* common, g10: Fix indentation to silence GCC-6.NIIBE Yutaka2016-02-152-12/+12
* Put asterisks in front of two function descriptions.Werner Koch2016-02-141-9/+9
* gpg: Add hidden key-edit subcommand "change-usage".Werner Koch2016-02-143-11/+146
* gpg: Improve API documentation.Neal H. Walfield2016-02-143-13/+24
* gpg: Fix calc_header_length when LEN is 0 and improve documentation.Neal H. Walfield2016-02-141-4/+8
* gpg: Fix format_keyid when dynamically allocating the buffer.Neal H. Walfield2016-02-142-3/+6
* g10: Make sure to have the directory for trustdb.NIIBE Yutaka2016-02-121-56/+62
* gpg: Shorten the --tofu-policy help textWerner Koch2016-01-271-1/+1
* Update copyright years.Werner Koch2016-01-261-1/+1
* g10: Fix segfault on unsupported curve.NIIBE Yutaka2016-01-261-8/+4
* gpg: Print PROGRESS status lines during key generation.Werner Koch2016-01-251-11/+10
* gpg: Rework gpg-conf.skelWerner Koch2016-01-221-55/+26
* gpg: Allow new user ids with only the mail address.Werner Koch2016-01-221-6/+18
* gpg: Improve header text of the auto-created revocations.Werner Koch2016-01-211-3/+10
* gpg: Make --auto-key-retrieve work with dirmngr configured server.Werner Koch2016-01-218-29/+56
* gpg: Silence message about ignoring revoked user ids.Werner Koch2016-01-201-10/+14
* gpg: Streamline use of error messages in tofu.cWerner Koch2016-01-191-123/+134
* gpg: Add function print_further_info.Werner Koch2016-01-192-0/+22
* g10: Improve strings printed by tofu.c.Werner Koch2016-01-181-128/+132
* gpg: Minor string changes.Werner Koch2016-01-183-4/+4
* gpg: Use "days" in "...newer than..." diagnostics.Werner Koch2016-01-181-10/+35
* Use ngettext for some strings.Werner Koch2016-01-187-73/+86
* w32: Fix deadlock introduced by keybox_file_rename.Werner Koch2016-01-141-4/+17
* gpg: Detect race between pubring.gpg and pubring.kbx use.Werner Koch2016-01-141-0/+32
* kbx: New function keybox_file_rename to replace rename.Werner Koch2016-01-141-18/+5
* kbx: Add function keybox_tmp_names to avoid code duplication.Werner Koch2016-01-141-57/+26
* gpg: Make --list-options show-usage the default.Werner Koch2016-01-141-1/+2
* gpg: Improve error code from lock_all.Werner Koch2016-01-131-1/+1
* gpg: Make sure to mark a duplicate registered keybox as primary.Werner Koch2016-01-131-28/+29
* gpg: Re-indent check_key_signature2.Werner Koch2016-01-121-284/+309
* common: Fix iobuf API of filter function for alignment.NIIBE Yutaka2016-01-129-10/+10
* gpg: Move documentation from keydb.h to keydb.c and getkey.c.Werner Koch2016-01-113-499/+531
* gpg: Fix NULL de-ref for ambiguous key check in --export-ssh-keys.Werner Koch2016-01-112-1/+10
* tools: Remove gpgkey2ssh.Werner Koch2016-01-091-1/+1