aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-15g10: Fix use-after-free.Justus Winter1-1/+9
2016-11-15g10: Fix memory leak.NIIBE Yutaka1-2/+1
2016-11-15gpg: New option --compliance.Werner Koch1-46/+119
2016-11-15g10: Fix memory leak.Justus Winter1-0/+1
2016-11-14g10: Fix memory leak.Justus Winter1-0/+2
2016-11-10gpg,sm: Add STATUS_ERROR keydb_search and keydb_add-resource.Werner Koch1-4/+14
2016-11-10gpg: Improve error message for --quick-gen-key.Werner Koch1-1/+1
2016-11-07g10: Fix crash.Justus Winter1-3/+4
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch88-88/+88
2016-11-04indent: Move comments inside the block.Werner Koch1-48/+56
2016-11-03agent: Extend the PINENTRY_LAUNCHED inquiry and status.Werner Koch1-0/+14
2016-11-03g10: Improve and unify key selection for -r and --locate-keys.Justus Winter4-2/+214
2016-11-02common: Improve compare_string_versions.Werner Koch2-2/+2
2016-11-02Spelling: correct spelling of "passphrase".Daniel Kahn Gillmor1-2/+2
2016-11-02g10,w32: Fix build on Windows.Justus Winter1-4/+1
2016-10-31g10: Avoid gratuitious SQLite aborts and starving writers.Neal H. Walfield1-16/+82
2016-10-30g10: Avoid reading in keys when possible.Neal H. Walfield1-2/+16
2016-10-30g10: Fix bit setting.Neal H. Walfield1-4/+4
2016-10-28gpg: Enable the Issuer Fingerprint from rfc4880bisWerner Koch2-12/+6
2016-10-27gpg: Verify multiple detached signatures with different hash algos.Werner Koch1-5/+23
2016-10-27g10: Fix iteration over getkey results.Justus Winter1-3/+6
2016-10-27Fix typos.Justus Winter4-5/+5
2016-10-27g10: Assert preconditions.Justus Winter1-0/+3
2016-10-27gpg: Convey --quick option to dirmngr for --auto-key-retrieve.Werner Koch10-48/+59
2016-10-27g10: Fix ECDH, clarifying the format.NIIBE Yutaka1-18/+20
2016-10-27g10: ECDH shared point format.Arnaud Fontaine1-8/+24
2016-10-24gpg: Replace two sprintf calls.Werner Koch1-8/+3
2016-10-24scd: Use canonical curve name of libgcrypt.NIIBE Yutaka2-10/+13
2016-10-23g10: Fix card keygen for decryption.NIIBE Yutaka1-2/+2
2016-10-21g10: More card key generation change.NIIBE Yutaka1-39/+24
2016-10-21g10: Write first keybox record in binary modeAndre Heinecke1-1/+1
2016-10-21g10,scd: Fix ECC keygen.NIIBE Yutaka2-10/+58
2016-10-21g10: Don't ask keysize for for non-RSA card.NIIBE Yutaka1-22/+28
2016-10-21g10: Support ECC for gen_card_key.NIIBE Yutaka1-15/+17
2016-10-21Fix use cases of snprintf.NIIBE Yutaka5-48/+32
2016-10-20agent, g10: Fix keygen.NIIBE Yutaka1-1/+1
2016-10-20g10: smartcard keygen change.NIIBE Yutaka3-137/+45
2016-10-13g10: Be more careful when checking if a binding is signed by a UTK.Neal H. Walfield1-2/+25
2016-10-13g10: Be more careful when checking cross signatures.Neal H. Walfield1-2/+26
2016-10-13g10: Still check if the key is an UTK or cross signed in batch mode.Neal H. Walfield1-18/+13
2016-10-13g10: If an sqlite operation fails, map the error code to GPG_ERR_GENERALNeal H. Walfield1-2/+17
2016-10-12g10: When changing a TOFU binding's policy, update the conflict infoNeal H. Walfield1-17/+16
2016-10-12g10: Make a singular string singular.Neal H. Walfield1-1/+1
2016-10-12g10: Correctly determine whether a binding has a conflict.Neal H. Walfield1-1/+1
2016-10-12g10: Fix a column's type in TOFU DB.Neal H. Walfield1-1/+1
2016-10-07Revert "g10: Fix singular term."Werner Koch1-1/+1
2016-10-07gpg: Put extra parens around bit tests.Werner Koch3-7/+8
2016-10-06g10: Fix singular term.Justus Winter1-1/+1
2016-10-06g10: Use appropriate variant of 'abs'.Justus Winter1-6/+6
2016-10-06g10: Fix testing for debug flag.Justus Winter1-1/+1