aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpg: Fix a practical hang after use of --faked-system-time.Werner Koch2015-10-012-8/+17
* gpg: Print more info with "check selfsig".Werner Koch2015-10-011-0/+17
* gpg: Add debug helper to --edit-keys's check sub-command.Werner Koch2015-10-012-16/+37
* common: Fix strsplit.NIIBE Yutaka2015-09-301-1/+1
* common: Add mkdir_p.Neal H. Walfield2015-09-303-1/+205
* common: Remove unused files.Neal H. Walfield2015-09-302-153/+0
* common: Include <gpg-error.h>.Neal H. Walfield2015-09-301-0/+1
* g10: Remove unused struct cmp_help_context_s.Neal H. Walfield2015-09-291-6/+0
* g10: Avoid an unnecessary copy.Neal H. Walfield2015-09-291-4/+20
* ssh: Fix fingerprint computation for EdDSA key.NIIBE Yutaka2015-09-292-0/+21
* agent: RSA signature verification by gpg-agent.NIIBE Yutaka2015-09-292-33/+39
* common: Provide two new error code replacements.Werner Koch2015-09-281-0/+4
* doc,w32: Fix compiler warnings.Werner Koch2015-09-281-2/+8
* common: Change calling convention for gnupg_spawn_process.Werner Koch2015-09-284-56/+124
* scd: Handle error correctly.NIIBE Yutaka2015-09-281-5/+5
* ssh: Add 256, 384 and 521 bit test keys for the fingerprint.Werner Koch2015-09-221-0/+62
* ssh: Fix fingerprint computation for 384 bit ECDSA keys.Werner Koch2015-09-221-1/+1
* agent: Fix importing ECC key.NIIBE Yutaka2015-09-191-99/+11
* scd: Fix KEYTOCARD handling for ECC key.NIIBE Yutaka2015-09-191-7/+11
* common: Add new function strlist_length.Neal H. Walfield2015-09-182-0/+11
* gpgconf: Change displayed name of Dirmngr to "Network Manager".Werner Koch2015-09-181-1/+1
* dirmngr: Add option --use-tor as a stub.Werner Koch2015-09-1810-7/+97
* gpg: Report a conflict between honor-keyserver-url and TOR.Werner Koch2015-09-181-0/+16
* http: Add flag to force use of TOR (part 1)Werner Koch2015-09-183-1/+22
* po: Update Japanese translation.NIIBE Yutaka2015-09-171-113/+110
* scd: Fix ccid-driver timeout for OpenPGPcard v2.1.NIIBE Yutaka2015-09-171-3/+6
* agent: New option --pinentry-invisible-char.Werner Koch2015-09-164-3/+39
* g13: Move some code to a separate module.Werner Koch2015-09-166-101/+190
* gpg: Fix skip function dummy parameter.Werner Koch2015-09-161-2/+2
* gpg: Change last commit to avoid extra translations.Werner Koch2015-09-161-4/+20
* g10: Improve error message.Neal H. Walfield2015-09-161-4/+4
* g10: Be more careful when merging self-signed data.Neal H. Walfield2015-09-161-3/+21
* g10: Simplify some complicated boolean expressions.Neal H. Walfield2015-09-161-8/+29
* g10: Also mark revoked and expired keys as unusable.Neal H. Walfield2015-09-161-2/+6
* g10: Release resources when returning an error in get_seckey.Neal H. Walfield2015-09-161-1/+5
* g10: Improve documentation and comments for getkey.c.Neal H. Walfield2015-09-162-179/+661
* g10: Remove unused function have_any_secret_key.Neal H. Walfield2015-09-161-14/+0
* g10: Bring cache semantics closer to non-cache semantics.Neal H. Walfield2015-09-161-3/+7
* g10: Break out of the loop earlier.Neal H. Walfield2015-09-161-6/+9
* g10: Don't skip legacy keys if the search mode is KEYDB_SEARCH_MODE_NEXTNeal H. Walfield2015-09-161-1/+2
* g10: Remove unused function get_seckeyblock_byfprint.Neal H. Walfield2015-09-162-32/+0
* g10: Remove unused function get_seckey_byfprint.Neal H. Walfield2015-09-162-38/+0
* g10: Simplify get_seckey_byname: it was never called with NAME not NULL.Neal H. Walfield2015-09-163-9/+4
* g10: Eliminate the redundant function get_keyblock_byfprint.Neal H. Walfield2015-09-163-33/+1
* g10: Simplify semantics of get_pubkey_byname.Neal H. Walfield2015-09-161-8/+6
* g10: Eliminate the redundant function get_pubkey_byname.Neal H. Walfield2015-09-161-30/+2
* g10: Eliminate the redundant function get_pubkey_end.Neal H. Walfield2015-09-163-22/+14
* g10: Eliminate the redundant function get_pubkey_next.Neal H. Walfield2015-09-163-8/+1
* kbx: Change skipfnc's prototype so that we can provide all information.Neal H. Walfield2015-09-164-14/+31
* g10: Remove unused prototype (get_pubkey_byfpr).Neal H. Walfield2015-09-161-1/+0