aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-18gpg: Fix harmless compiler warnings.Werner Koch3-67/+74
2015-10-18g10: Fix assert.Neal H. Walfield1-1/+1
2015-10-18g10: Add TOFU support.Neal H. Walfield15-71/+2991
2015-10-12gpg: Try hard to use MDC also for sign+symenc.Werner Koch3-9/+9
2015-10-08gpg: Add option --print-dane-records.Werner Koch6-23/+134
2015-10-08Fix two unused/possible-uninitialized var warnings.Werner Koch1-1/+0
2015-10-08gpg: Pass CTRL parameter to all key listing functions.Werner Koch4-34/+39
2015-10-07gpg: Remove unfinished experimental code to export as S-expressions.Werner Koch2-175/+10
2015-10-06gpg: Add new --auto-key-locate mechanism "dane".Werner Koch5-15/+32
2015-10-06dirmngr: Do tilde expansion for --hkp-cacert.Werner Koch1-1/+1
2015-10-06gpg: Fail decryption for AES etc message w/o MDC.Werner Koch1-0/+16
2015-10-05gpg: Install a dirmngr.conf file.Werner Koch4-46/+87
2015-10-05gpg: Deprecate the --keyserver option.Werner Koch4-27/+69
2015-10-01gpg: Fix a practical hang after use of --faked-system-time.Werner Koch2-8/+17
2015-10-01gpg: Print more info with "check selfsig".Werner Koch1-0/+17
2015-10-01gpg: Add debug helper to --edit-keys's check sub-command.Werner Koch1-15/+35
2015-09-29g10: Remove unused struct cmp_help_context_s.Neal H. Walfield1-6/+0
2015-09-29g10: Avoid an unnecessary copy.Neal H. Walfield1-4/+20
2015-09-29agent: RSA signature verification by gpg-agent.NIIBE Yutaka1-30/+0
2015-09-18gpg: Report a conflict between honor-keyserver-url and TOR.Werner Koch1-0/+16
2015-09-16gpg: Fix skip function dummy parameter.Werner Koch1-2/+2
2015-09-16gpg: Change last commit to avoid extra translations.Werner Koch1-4/+20
2015-09-16g10: Improve error message.Neal H. Walfield1-4/+4
2015-09-16g10: Be more careful when merging self-signed data.Neal H. Walfield1-3/+21
2015-09-16g10: Simplify some complicated boolean expressions.Neal H. Walfield1-8/+29
2015-09-16g10: Also mark revoked and expired keys as unusable.Neal H. Walfield1-2/+6
2015-09-16g10: Release resources when returning an error in get_seckey.Neal H. Walfield1-1/+5
2015-09-16g10: Improve documentation and comments for getkey.c.Neal H. Walfield2-179/+661
2015-09-16g10: Remove unused function have_any_secret_key.Neal H. Walfield1-14/+0
2015-09-16g10: Bring cache semantics closer to non-cache semantics.Neal H. Walfield1-3/+7
2015-09-16g10: Break out of the loop earlier.Neal H. Walfield1-6/+9
2015-09-16g10: Don't skip legacy keys if the search mode is KEYDB_SEARCH_MODE_NEXTNeal H. Walfield1-1/+2
2015-09-16g10: Remove unused function get_seckeyblock_byfprint.Neal H. Walfield2-32/+0
2015-09-16g10: Remove unused function get_seckey_byfprint.Neal H. Walfield2-38/+0
2015-09-16g10: Simplify get_seckey_byname: it was never called with NAME not NULL.Neal H. Walfield3-9/+4
2015-09-16g10: Eliminate the redundant function get_keyblock_byfprint.Neal H. Walfield3-33/+1
2015-09-16g10: Simplify semantics of get_pubkey_byname.Neal H. Walfield1-8/+6
2015-09-16g10: Eliminate the redundant function get_pubkey_byname.Neal H. Walfield1-30/+2
2015-09-16g10: Eliminate the redundant function get_pubkey_end.Neal H. Walfield3-22/+14
2015-09-16g10: Eliminate the redundant function get_pubkey_next.Neal H. Walfield3-8/+1
2015-09-16kbx: Change skipfnc's prototype so that we can provide all information.Neal H. Walfield2-11/+22
2015-09-16g10: Remove unused prototype (get_pubkey_byfpr).Neal H. Walfield1-1/+0
2015-09-16g10: Remove unused function (get_pubkey_bynames).Neal H. Walfield2-18/+1
2015-09-16g10: Simplify code. Turn struct getkey_ctx_s.found_key into an argumentNeal H. Walfield1-30/+48
2015-09-16g10: Remove unused field struct getkey_ctx_s.kbpos.Neal H. Walfield1-2/+0
2015-09-16g10: Simplify code: remove field struct getkey_ctx_s.keyblock.Neal H. Walfield1-13/+12
2015-09-10g10: Fix make distcheck problem.Werner Koch3-3/+36
2015-09-10g10: Improve portability of the new test driver.Werner Koch2-9/+27
2015-09-09doc: Minor comment fixes.Werner Koch1-5/+6
2015-09-02g10: Remove unused field req_algo.Neal H. Walfield2-5/+0