aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-30g10: Change tofu_register & tofu_get_validity to process multiple uids.Neal H. Walfield3-197/+238
2016-08-30g10: Support nested transactions on the TOFU DB.Neal H. Walfield2-20/+22
2016-08-30g10: Print the info text in more situations.Neal H. Walfield1-1/+2
2016-08-30g10: Print the formatted text.Neal H. Walfield1-1/+1
2016-08-30g10: When showing a user id's trust, pass the current signature.Neal H. Walfield1-1/+1
2016-08-29gpg: Make decryption of -R work w/o --try-secret-key or --default-key.Werner Koch1-10/+7
2016-08-25gpg: Fix false negatives in Ed25519 signature verification.Werner Koch1-3/+55
2016-08-25common: Rename an odd named function.Werner Koch2-2/+2
2016-08-25gpg: New option --with-tofu-info.Werner Koch7-30/+103
2016-08-24gpg: Change TOFU_STATS to return timestamps.Werner Koch1-32/+59
2016-08-18gpg: Add import filter "drop-sig".Werner Koch1-3/+87
2016-08-18gpg: New option --senderWerner Koch3-0/+35
2016-08-12Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor2-3/+3
2016-08-11gpg: New option --input-size-hint.Werner Koch3-2/+22
2016-08-10gpg: Print the signer's UID during verification.Werner Koch3-7/+33
2016-08-10gpg: Remove tofu database format "split".Werner Koch8-751/+177
2016-08-10g10: Fix opening of trust database.Justus Winter1-2/+2
2016-08-09gpg: Extend the PROGRESS line to give the used unit.Werner Koch1-3/+12
2016-08-09Cleanup initialization of libgcrypt.Ben Kibbey2-13/+0
2016-08-08gpg: Cleanup of dek_to_passphrase function (part 2).Werner Koch7-204/+46
2016-08-08gpg: Cleanup of dek_to_passphrase function (part 1).Werner Koch1-31/+11
2016-08-05gpg: Avoid publishing the GnuPG version by defaultDaniel Kahn Gillmor1-1/+1
2016-08-04gpg: Make sure that keygrips are printed for each subkey.Werner Koch1-6/+14
2016-08-04gpg: Always print the fingerprint in colons mode.Werner Koch1-20/+12
2016-08-04g10: Fix checking key for signature validation.NIIBE Yutaka1-2/+2
2016-08-03More cleanup of "allow to".Daniel Kahn Gillmor4-4/+4
2016-08-03Fix spelling and grammar.Daniel Kahn Gillmor1-1/+1
2016-08-03gpg,gpgsm: Block signals during keyring/keybox update.Werner Koch1-2/+11
2016-07-25g10: Fix key import statistics.Justus Winter1-4/+13
2016-07-22g10: Properly ignore legacy keys in the keyring cache.Justus Winter1-4/+1
2016-07-21g10: Fix error handling.Justus Winter1-3/+3
2016-07-21g10: Drop superfluous begin transaction.Justus Winter1-7/+1
2016-07-21g10: Fix crash.Justus Winter1-2/+10
2016-07-15g10: Fix building without trust models.Justus Winter1-0/+4
2016-07-14gpg: Remove options --print-dane-records and --print-pka-records.Werner Koch3-159/+23
2016-07-13gpg: Fix regression due to the new --mimemode options.Werner Koch1-2/+2
2016-07-13gpg: Make --try-all-secrets work for hidden recipientsDaiki Ueno1-10/+50
2016-07-13gpg: Do not print a the short keyid if the high word is zero.Werner Koch1-10/+2
2016-07-13gpg: New option --mimemode.Werner Koch6-11/+30
2016-07-12gpg: Extend import-option import-export to print PKA or DANE.Werner Koch3-57/+98
2016-07-12gpg: Move a function from import.c to export.c.Werner Koch3-59/+62
2016-07-09gpgv: Tweak default options for extra security.NIIBE Yutaka1-0/+2
2016-07-07gpg: Add export options "export-pka" and "export-dane".Werner Koch3-15/+167
2016-07-07gpg: Split a too large export function.Werner Koch1-271/+290
2016-07-06gpg: New options --recipient-file and --hidden-recipient-file.Werner Koch9-74/+288
2016-07-06gpg: New option --no-keyring.Werner Koch1-8/+19
2016-07-06gpg: Document use of node flags in import.c and remove unused args.Werner Koch1-117/+104
2016-07-06gpg: Get rid of an unused arg in a function in getkey.c.Werner Koch1-10/+7
2016-07-06gpg: Change calling convention for a function in getkey.cWerner Koch1-37/+40
2016-07-05gpg: Fix possible out-of-bounds read in is_armored.Werner Koch1-5/+11