Add dirmngr:allow-ocsp

This commit is contained in:
Werner Koch 2004-03-23 18:43:25 +00:00
parent 3b7262e41e
commit 2b1f8df9bd
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@
* gpgconf-comp.c (gc_options_gpg): New.
(gc_component_t, gc_component): Add GC_BACKEND_GPG.
(gc_options_dirmngr): Add allow-ocsp.
2004-03-23 Marcus Brinkmann <marcus@g10code.de>

View File

@ -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 },