summaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* build: Build gpgcompose only in maintainer modeWerner Koch2016-04-052-1/+3
* gpg: Replace use of "gpg2" by GPG_NAMEWerner Koch2016-04-053-15/+16
* Now build "gpg" binary but install as "gpg2"Werner Koch2016-04-042-18/+72
* g10: Support armored keyrings in gpgv.Justus Winter2016-04-045-10/+134
* g10: Remove option --always-trust if compiled without trust models.Justus Winter2016-04-011-0/+2
* g10: Use gpg-error abstraction of sched_yield.Justus Winter2016-03-311-2/+1
* gpg: Fix NULL-segv for missing tofu DB.Werner Koch2016-03-291-1/+2
* gpg: Improve message when asking for key capabilities.Werner Koch2016-03-221-5/+7
* gpg: Remove the extra prompt for Curve25519.Werner Koch2016-03-221-34/+30
* gpg: Silence trustdb computation with --quiet.Werner Koch2016-03-191-8/+11
* g10: Add const qualifier.NIIBE Yutaka2016-03-161-2/+2
* gpg: Do not rely on a certain evaluation order.Werner Koch2016-03-151-1/+5
* scd: Add manufacturer id 0x000aWerner Koch2016-03-141-0/+1
* g10: Silence message if --quiet is given.Kevin J. McCarthy2016-03-101-1/+1
* gpg: Add a new test.Neal H. Walfield2016-03-083-2/+616
* g10: Drop superfluous declaration.Justus Winter2016-03-041-1/+0
* g10: Guard code against errors.Justus Winter2016-03-041-7/+8
* gpg: Add new program gpgcompose.Neal H. Walfield2016-03-025-5/+3061
* gpg: More robustly detect valid non-armored OpenPGP messages.Neal H. Walfield2016-03-021-13/+54
* gpg: Split write_pubkey_enc_from_list.Neal H. Walfield2016-03-022-61/+73
* gpg: Allow the caller to write the contents of a plaintext packet.Neal H. Walfield2016-03-021-8/+16
* gpg: Add a new function for creating binary notations.Neal H. Walfield2016-03-022-2/+79
* gpg: Refactor the printing of binary notations.Neal H. Walfield2016-03-021-4/+28
* common: Consolidate Assuan server argument handling.Justus Winter2016-03-021-34/+1
* gpg: Prettify a 2 octet hex output.Werner Koch2016-02-261-1/+2
* gpg: Show debugging info if a sig with an unsupported sig class is used.Neal H. Walfield2016-02-251-1/+6
* 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