aboutsummaryrefslogtreecommitdiffstats
path: root/g10/tofu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* g10: Default to the "good" TOFU policy for keys signed by a UTK.Neal H. Walfield2016-09-141-0/+97
* g10: Use the time a signature was seen, not the embedded time, for statsNeal H. Walfield2016-09-071-4/+3
* g10: Check for a new binding a bit later.Neal H. Walfield2016-09-071-9/+9
* g10: Change TOFU code to respect --faked-system-time.Neal H. Walfield2016-09-071-22/+36
* g10: Use the correct conversion function.Neal H. Walfield2016-09-071-8/+8
* g10: Add missing sqrtu32.h and sqrtu32.c.Neal H. Walfield2016-09-071-3/+1
* gpg: Fix format string issues in tofu.Werner Koch2016-09-071-21/+13
* g10: Temporary hack to repalce missing sqrtu32.Werner Koch2016-09-071-1/+3
* g10: Make sure some functions are passed a primary key.Neal H. Walfield2016-09-061-0/+4
* g10: Tweak TOFU's verbosity.Neal H. Walfield2016-09-061-46/+32
* g10: Only show the TOFU warning once per key.Neal H. Walfield2016-09-061-37/+55
* g10: Record and show statistics for encrypted messages when using TOFUNeal H. Walfield2016-09-061-221/+428
* g10: Simplify the binding statistics shown for a TOFU conflict.Neal H. Walfield2016-09-061-76/+81
* g10: Refactor cross sig check code.Neal H. Walfield2016-09-051-309/+434
* g10: End transaction earlier.Neal H. Walfield2016-09-011-2/+1
* g10: Don't consider cross-signed keys to be in conflict.Neal H. Walfield2016-09-011-4/+158
* g10: Fix typo.Neal H. Walfield2016-09-011-1/+1
* g10: When asking about a TOFU binding conflict, default to unknown.Neal H. Walfield2016-09-011-1/+9
* g10: Improve text.Neal H. Walfield2016-09-011-5/+5
* g10: Remove unused parameter.Neal H. Walfield2016-09-011-10/+5
* g10: Be careful to not be in a transaction during long operationsNeal H. Walfield2016-09-011-18/+75
* g10: On a TOFU conflict, show whether the uids are expired or revokedNeal H. Walfield2016-08-311-1/+106
* g10: Always trust ultimately trusted keys.Neal H. Walfield2016-08-311-21/+21
* g10: Fix error detection.Neal H. Walfield2016-08-311-1/+1
* g10: Update a key's TOFU policy in a transaction.Neal H. Walfield2016-08-311-0/+4
* g10: Fix the show old policy functionality when changing a TOFU policy.Neal H. Walfield2016-08-311-23/+24
* g10: Drop unused argument.Neal H. Walfield2016-08-311-6/+3
* gpg: Move state local to tofu.c to a private structure.Neal H. Walfield2016-08-311-16/+18
* gpg: Avoid name spaces clash with future sqlite versions (2).Neal H. Walfield2016-08-311-23/+23
* g10: Improve TOFU batch update code.Neal H. Walfield2016-08-301-45/+63
* g10: Improve TOFU debugging output and some comments.Neal H. Walfield2016-08-301-21/+23
* g10: If a key has no valid user ids, change TOFU to return TRUST_NEVER.Neal H. Walfield2016-08-301-1/+16
* g10: Change tofu_register & tofu_get_validity to process multiple uids.Neal H. Walfield2016-08-301-136/+168
* g10: Support nested transactions on the TOFU DB.Neal H. Walfield2016-08-301-20/+21
* 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
* gpg: New option --with-tofu-info.Werner Koch2016-08-251-14/+58
* gpg: Change TOFU_STATS to return timestamps.Werner Koch2016-08-241-32/+59
* gpg: Remove tofu database format "split".Werner Koch2016-08-101-709/+160
* 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
* gpg: Avoid endless loop in a tofu error case.Werner Koch2016-06-141-1/+1
* gpg: Split tofu's get_trust function into several smaller ones.Werner Koch2016-06-141-434/+480
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-071-5/+5
* gpg: Speed up key listing in Tofu mode.Werner Koch2016-05-211-50/+18
* gpg: Avoid name spaces clash with future sqlite versions.Werner Koch2016-05-211-19/+19
* gpg: Explicitly close a combined Tofu DB.Werner Koch2016-05-211-3/+8
* gpg: Store the Tofu meta handle for databases in CTRL.Werner Koch2016-05-211-35/+38
* gpg: Fix the TOFU_STATS_LONG status.Werner Koch2016-05-211-4/+7