aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-09-30agent: Remove the warning for the GKR hijacking.Werner Koch1-65/+0
2016-09-28gpg: Improve WKD by importing only the requested UID.Werner Koch1-5/+32
2016-09-28gpg: Reject import if an import filter removed all user ids.Werner Koch1-0/+27
2016-09-28gpg: Make import filter data object more flexible.Werner Koch2-15/+63
2016-09-28gpg: Make sure that internal key import is done with a binary stream.Werner Koch1-1/+1
2016-09-27agent, sm: Set CTX after start_agent.NIIBE Yutaka1-1/+1
2016-09-22g10: When adding a user id, make sure the keyblock has been prepared.Neal H. Walfield1-0/+2
2016-09-19gpg: Fix regression in fingerprint printing.Werner Koch1-1/+1
2016-09-19g10: Fix memory leak.Justus Winter1-0/+1
2016-09-19gpg: Avoid malloc failure due to no key signaturesWerner Koch1-8/+19
2016-09-17Fix more spellingDaniel Kahn Gillmor6-7/+7
2016-09-16g10: On failure, propagate the return code.Neal H. Walfield1-0/+1
2016-09-16g10: Improve some comments and a string.Neal H. Walfield1-9/+13
2016-09-16g10: Don't ignore failure. On failure, rollback.Neal H. Walfield1-3/+15
2016-09-16g10: Load the key block if the supplied user id list is NULL.Neal H. Walfield1-1/+1
2016-09-16g10: Use the accessor functions for accessing and comparing key idsNeal H. Walfield1-7/+8
2016-09-15g10: Add missing header.Justus Winter1-0/+1
2016-09-15g10: Only consider bindings matching the signer's user id.Neal H. Walfield1-11/+29
2016-09-15g10: Don't include the signature when printing a binding's validity.Neal H. Walfield1-2/+2
2016-09-14g10: Fix whitespace.Neal H. Walfield1-1/+1
2016-09-14g10: Correctly compute the euclidean distance.Neal H. Walfield1-8/+10
2016-09-14g10: Change the default TOFU policy for UTKs to good.Neal H. Walfield1-2/+2
2016-09-14g10: Add missing static qualifier.Neal H. Walfield1-1/+1