aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* g10: Change tofu_register & tofu_get_validity to process multiple uids.Neal H. Walfield2016-08-303-197/+238
* g10: Support nested transactions on the TOFU DB.Neal H. Walfield2016-08-302-20/+22
* g10: Print the info text in more situations.Neal H. Walfield2016-08-301-1/+2
* g10: Print the formatted text.Neal H. Walfield2016-08-301-1/+1
* g10: When showing a user id's trust, pass the current signature.Neal H. Walfield2016-08-301-1/+1
* gpg: Make decryption of -R work w/o --try-secret-key or --default-key.Werner Koch2016-08-291-10/+7
* gpg: Fix false negatives in Ed25519 signature verification.Werner Koch2016-08-251-3/+55
* common: Rename an odd named function.Werner Koch2016-08-252-2/+2
* gpg: New option --with-tofu-info.Werner Koch2016-08-257-30/+103
* gpg: Change TOFU_STATS to return timestamps.Werner Koch2016-08-241-32/+59
* gpg: Add import filter "drop-sig".Werner Koch2016-08-181-3/+87
* gpg: New option --senderWerner Koch2016-08-183-0/+35
* Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor2016-08-122-3/+3
* gpg: New option --input-size-hint.Werner Koch2016-08-113-2/+22
* gpg: Print the signer's UID during verification.Werner Koch2016-08-103-7/+33
* gpg: Remove tofu database format "split".Werner Koch2016-08-108-751/+177
* g10: Fix opening of trust database.Justus Winter2016-08-101-2/+2
* gpg: Extend the PROGRESS line to give the used unit.Werner Koch2016-08-091-3/+12
* Cleanup initialization of libgcrypt.Ben Kibbey2016-08-092-13/+0
* gpg: Cleanup of dek_to_passphrase function (part 2).Werner Koch2016-08-087-204/+46
* gpg: Cleanup of dek_to_passphrase function (part 1).Werner Koch2016-08-081-31/+11
* gpg: Avoid publishing the GnuPG version by defaultDaniel Kahn Gillmor2016-08-051-1/+1
* gpg: Make sure that keygrips are printed for each subkey.Werner Koch2016-08-041-6/+14
* gpg: Always print the fingerprint in colons mode.Werner Koch2016-08-041-20/+12
* g10: Fix checking key for signature validation.NIIBE Yutaka2016-08-041-2/+2
* More cleanup of "allow to".Daniel Kahn Gillmor2016-08-034-4/+4
* Fix spelling and grammar.Daniel Kahn Gillmor2016-08-031-1/+1
* gpg,gpgsm: Block signals during keyring/keybox update.Werner Koch2016-08-031-2/+11
* g10: Fix key import statistics.Justus Winter2016-07-251-4/+13
* g10: Properly ignore legacy keys in the keyring cache.Justus Winter2016-07-221-4/+1
* g10: Fix error handling.Justus Winter2016-07-211-3/+3
* g10: Drop superfluous begin transaction.Justus Winter2016-07-211-7/+1
* g10: Fix crash.Justus Winter2016-07-211-2/+10
* g10: Fix building without trust models.Justus Winter2016-07-151-0/+4
* gpg: Remove options --print-dane-records and --print-pka-records.Werner Koch2016-07-143-159/+23
* gpg: Fix regression due to the new --mimemode options.Werner Koch2016-07-131-2/+2
* gpg: Make --try-all-secrets work for hidden recipientsDaiki Ueno2016-07-131-10/+50
* gpg: Do not print a the short keyid if the high word is zero.Werner Koch2016-07-131-10/+2
* gpg: New option --mimemode.Werner Koch2016-07-136-11/+30
* gpg: Extend import-option import-export to print PKA or DANE.Werner Koch2016-07-123-57/+98
* gpg: Move a function from import.c to export.c.Werner Koch2016-07-123-59/+62
* gpgv: Tweak default options for extra security.NIIBE Yutaka2016-07-091-0/+2
* gpg: Add export options "export-pka" and "export-dane".Werner Koch2016-07-073-15/+167
* gpg: Split a too large export function.Werner Koch2016-07-071-271/+290
* gpg: New options --recipient-file and --hidden-recipient-file.Werner Koch2016-07-069-74/+288
* gpg: New option --no-keyring.Werner Koch2016-07-061-8/+19
* gpg: Document use of node flags in import.c and remove unused args.Werner Koch2016-07-061-117/+104
* gpg: Get rid of an unused arg in a function in getkey.c.Werner Koch2016-07-061-10/+7
* gpg: Change calling convention for a function in getkey.cWerner Koch2016-07-061-37/+40
* gpg: Fix possible out-of-bounds read in is_armored.Werner Koch2016-07-051-5/+11