aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* g10: Correctly compute the euclidean distance.Neal H. Walfield2016-09-141-8/+10
* g10: Change the default TOFU policy for UTKs to good.Neal H. Walfield2016-09-141-2/+2
* g10: Add missing static qualifier.Neal H. Walfield2016-09-141-1/+1
* g10: Default to the "good" TOFU policy for keys signed by a UTK.Neal H. Walfield2016-09-141-0/+97
* gpg: Emit a new error status line in --quick-adduid.Werner Koch2016-09-141-1/+4
* gpg: Allow use of "default" algo for--quick-addkey.Werner Koch2016-09-141-0/+3
* gpg: Improve usability of --quick-gen-key.Werner Koch2016-09-132-24/+64
* gpg: Avoid mixing up status and colon line output.Werner Koch2016-09-121-36/+47
* Fix symbol conflict.Ben Kibbey2016-09-101-20/+20
* gpg: print fingerprint regardless of keyid-formatDaniel Kahn Gillmor2016-09-091-2/+5
* gpg: Remove option --yes from gpgvWerner Koch2016-09-081-4/+1
* gpg: Add options --output and --yes to gpgv.Werner Koch2016-09-081-0/+7
* gpg: Make --output work with --verify.Werner Koch2016-09-071-1/+6
* 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-074-5/+260
* gpg: Fix format string issues in tofu.Werner Koch2016-09-071-21/+13
* g10: Temporary hack to repalce missing sqrtu32.Werner Koch2016-09-072-2/+5
* 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-065-230/+471
* g10: Simplify the binding statistics shown for a TOFU conflict.Neal H. Walfield2016-09-061-76/+81
* g10: Don't add user attributes to the TOFU DB.Neal H. Walfield2016-09-051-0/+8
* g10: Refactor cross sig check code.Neal H. Walfield2016-09-051-309/+434
* common: Add an assuan logging monitor.Werner Koch2016-09-051-1/+1
* gpg: New export filter drop-subkey.Werner Koch2016-09-052-0/+82
* gpg: Use a common filter_getval for import and export.Werner Koch2016-09-053-37/+7
* 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
* gpg: Avoid homedir creation by --list-configWerner Koch2016-09-011-1/+8
* gpg: Simplify code to print VALIDSIG.Werner Koch2016-09-011-29/+20
* gpg: Add new function write_status_printf.Werner Koch2016-09-012-0/+29
* gpg: Fix printing of pubkey algo in --verbose signature verify.Werner Koch2016-09-013-91/+111
* 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: Add support for TRUST_NEVER.Neal H. Walfield2016-09-011-5/+19
* g10: Improve text.Neal H. Walfield2016-09-011-5/+5
* g10: Remove unused parameter.Neal H. Walfield2016-09-011-10/+5
* gpg: Copy the correct digest for use by TOFU.Werner Koch2016-09-011-1/+1
* 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-312-1/+8
* 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-312-19/+19