mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Add dirmngr:allow-ocsp
This commit is contained in:
parent
3b7262e41e
commit
2b1f8df9bd
@ -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>
|
||||
|
||||
|
@ -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 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user