diff options
author | Werner Koch <wk@gnupg.org> | 2008-02-19 11:33:35 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-02-19 11:33:35 +0100 |
commit | f13c5a48fc092d25c6d2fb169ed018473bb24096 (patch) | |
tree | c8ef206fe4a4357da339a65856f8b35cfe8919a7 /tools | |
parent | We better save the description of PKITS along with the test data. (diff) | |
download | gnupg2-f13c5a48fc092d25c6d2fb169ed018473bb24096.tar.xz gnupg2-f13c5a48fc092d25c6d2fb169ed018473bb24096.zip |
Improve certificate chain construction.
Extend PKITS framework
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gpgconf-comp.c | 3 |
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 }, |