From 0b135bc6d481dc5dab549d1a357f725add7b9756 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 24 Nov 2004 14:50:20 +0000 Subject: Add dirmngr options to gpgconf and updated the DE translation --- tools/ChangeLog | 4 ++-- tools/gpgconf-comp.c | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/ChangeLog b/tools/ChangeLog index 201a496a8..ac8d54a47 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,7 +1,7 @@ 2004-11-24 Werner Koch - * gpgconf-comp.c : Add --ignore-http-dp and - --ignore-ldap-dp. + * gpgconf-comp.c : Add --ignore-http-dp, --ignore-ldap-dp + and --ignore-ocsp-service-url. 2004-11-23 Werner Koch 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 }, -- cgit v1.2.3