From f13c5a48fc092d25c6d2fb169ed018473bb24096 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 19 Feb 2008 10:33:35 +0000 Subject: Improve certificate chain construction. Extend PKITS framework --- tools/gpgconf-comp.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/gpgconf-comp.c') 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 }, -- cgit v1.2.3