aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tests/openpgp: Skip gpgtar test if it has not been built.Justus Winter2016-03-031-0/+6
* 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
* common: Provide a function for mapping packet types to strings.Neal H. Walfield2016-03-021-0/+28
* gpg: Rename pop_filter to iobuf_pop_filter and export it.Neal H. Walfield2016-03-022-11/+19
* 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
* tests/openpgp: Make tests more portable.Uldis Anšmits2016-03-023-6/+6
* common: Update README.Justus Winter2016-03-021-11/+1
* common: Consolidate Assuan server argument handling.Justus Winter2016-03-029-298/+207
* dirmngr: Add missing CFLAGS.Justus Winter2016-03-011-2/+4
* tools: Drop superfluous include.Justus Winter2016-03-011-1/+0
* 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
* common: Reduce buffer size.Neal H. Walfield2016-02-231-2/+2
* common: Improve a function's documentation and comments.Neal H. Walfield2016-02-231-10/+14
* common: Add log_assert.Neal H. Walfield2016-02-231-0/+4
* gpg: Use higher-level functions.Neal H. Walfield2016-02-232-16/+9
* common: Check for an error before reading.Neal H. Walfield2016-02-231-0/+3
* common: More accurately name function.Neal H. Walfield2016-02-234-5/+5
* g13: Add commands --suspend and --remove.Werner Koch2016-02-2318-210/+1029
* g13: Run mount after dmsetup.Werner Koch2016-02-232-15/+51
* tests/openpgp: Qualify executables with extension.Justus Winter2016-02-231-2/+3
* tests/openpgp: Reimplement 'pinentry.sh' in c.Justus Winter2016-02-233-1/+60
* tests/openpgp: Avoid dependency on source files.Justus Winter2016-02-232-3/+4206
* tests/openpgp: Fix file removal.Justus Winter2016-02-231-1/+1
* common/exechelp: Provide a way to wait for multiple processes.Justus Winter2016-02-234-75/+144
* common/exechelp: Add general pipe function.Justus Winter2016-02-234-31/+59
* common/exechelp: Mute the Windows version.Justus Winter2016-02-231-3/+4
* common/exechelp: Avoid magic numbers.Justus Winter2016-02-231-2/+2
* common/exechelp: Disable debugging by default.Justus Winter2016-02-231-1/+1
* common/exechelp: Fix handle leak.Justus Winter2016-02-231-0/+1
* common/exechelp: Fix opening the 'nul' device.Justus Winter2016-02-231-5/+5
* common/exechelp: Fix error handling.Justus Winter2016-02-231-2/+2
* common/exechelp: Fix pipe creation.Justus Winter2016-02-231-1/+1
* tools/mk-tdata: Fix data generation on Windows.Justus Winter2016-02-231-0/+6
* 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