From 2b1f8df9bdd0535e6c71fb6ed9e32c41364d49b4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 23 Mar 2004 18:43:25 +0000 Subject: Add dirmngr:allow-ocsp --- 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 da4cfae92..c010e7cfd 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -757,6 +757,9 @@ static gc_option_t gc_options_dirmngr[] = { "OCSP", GC_OPT_FLAG_GROUP, GC_LEVEL_ADVANCED, NULL, "Configuration for OCSP" }, + { "allow-ocsp", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC, + "dirmngr", "allow sending OCSP requests", + GC_ARG_TYPE_NONE, GC_BACKEND_DIRMNGR }, { "ocsp-responder", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED, "dirmngr", "|URL|use OCSP responder URL", GC_ARG_TYPE_STRING, GC_BACKEND_DIRMNGR }, -- cgit v1.2.3