diff options
author | Werner Koch <[email protected]> | 2004-11-24 14:50:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-11-24 14:50:20 +0000 |
commit | 0b135bc6d481dc5dab549d1a357f725add7b9756 (patch) | |
tree | 0da9630d9183acee19d7b50b400bb992e0d09d17 /tools/gpgconf-comp.c | |
parent | Add --ignore-http-dp and (diff) | |
download | gnupg-0b135bc6d481dc5dab549d1a357f725add7b9756.tar.gz gnupg-0b135bc6d481dc5dab549d1a357f725add7b9756.zip |
Add dirmngr options to gpgconf and updated the DE translation
Diffstat (limited to '')
-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 d2eac7dd9..8873cdf13 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -790,6 +790,9 @@ static gc_option_t gc_options_dirmngr[] = { "allow-ocsp", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC, "dirmngr", "allow sending OCSP requests", GC_ARG_TYPE_NONE, GC_BACKEND_DIRMNGR }, + { "ignore-ocsp-servic-url", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED, + "dirmngr", "ignore certificate contained OCSP service URLs", + GC_ARG_TYPE_NONE, GC_BACKEND_DIRMNGR }, { "ocsp-responder", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED, "dirmngr", "|URL|use OCSP responder at URL", GC_ARG_TYPE_STRING, GC_BACKEND_DIRMNGR }, |