summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-02-19 11:33:35 +0100
committerWerner Koch <wk@gnupg.org>2008-02-19 11:33:35 +0100
commitf13c5a48fc092d25c6d2fb169ed018473bb24096 (patch)
treec8ef206fe4a4357da339a65856f8b35cfe8919a7 /tools
parentWe better save the description of PKITS along with the test data. (diff)
downloadgnupg2-f13c5a48fc092d25c6d2fb169ed018473bb24096.tar.xz
gnupg2-f13c5a48fc092d25c6d2fb169ed018473bb24096.zip
Improve certificate chain construction.
Extend PKITS framework
Diffstat (limited to 'tools')
-rw-r--r--tools/gpgconf-comp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c
index 813b6b935..86590eed2 100644
--- a/tools/gpgconf-comp.c
+++ b/tools/gpgconf-comp.c
@@ -715,6 +715,9 @@ static gc_option_t gc_options_gpgsm[] =
{ "prefer-system-dirmngr", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
"gnupg", "use system's dirmngr if available",
GC_ARG_TYPE_NONE, GC_BACKEND_GPGSM },
+ { "disable-dirmngr", GC_OPT_FLAG_NONE, GC_LEVEL_EXPERT,
+ "gnupg", N_("disable all access to the dirmngr"),
+ GC_ARG_TYPE_NONE, GC_BACKEND_GPGSM },
{ "p12-charset", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
"gnupg", N_("|NAME|use encoding NAME for PKCS#12 passphrases"),
GC_ARG_TYPE_STRING, GC_BACKEND_GPGSM },