aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-12-20 20:19:16 +0000
committerWerner Koch <[email protected]>2005-12-20 20:19:16 +0000
commitf1482aab4e70079bf0f1d7352f5f0d3c88ca9c90 (patch)
tree44b4bd55eca5fc2f12978ed643bbac46116cd18e /g10/options.h
parent* getkey.c (merge_selfsigs_main): All primary keys can certify. (diff)
downloadgnupg-f1482aab4e70079bf0f1d7352f5f0d3c88ca9c90.tar.gz
gnupg-f1482aab4e70079bf0f1d7352f5f0d3c88ca9c90.zip
Finished PKA feature
Diffstat (limited to '')
-rw-r--r--g10/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h
index 57f225c6b..3d425bb85 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -103,6 +103,8 @@ struct
TM_CLASSIC=0, TM_PGP=1, TM_EXTERNAL=2, TM_ALWAYS, TM_DIRECT, TM_AUTO
} trust_model;
int force_ownertrust;
+ int pka_trust_increase; /* Valid PKA information increases the trust. */
+ int allow_pka_lookup; /* PKA lookups are only done if this is set. */
enum
{
CO_GNUPG=0, CO_RFC2440, CO_RFC1991, CO_PGP2, CO_PGP6, CO_PGP7, CO_PGP8