mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-31 11:41:32 +01:00
Add --ocsp-signer for the dirmngr backend.
This commit is contained in:
parent
4c96cb0683
commit
99a4774e34
@ -1,3 +1,7 @@
|
||||
2004-04-28 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* gpgconf-comp.c: Add --ocsp-signer for the dirmngr backend.
|
||||
|
||||
2004-04-20 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* gpgconf-comp.c (gc_options_gpg_agent): Change type of
|
||||
|
@ -763,6 +763,9 @@ static gc_option_t gc_options_dirmngr[] =
|
||||
{ "ocsp-responder", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
|
||||
"dirmngr", "|URL|use OCSP responder URL",
|
||||
GC_ARG_TYPE_STRING, GC_BACKEND_DIRMNGR },
|
||||
{ "ocsp-signer", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
|
||||
"dirmngr", "|FPR|OCSP response signed by FPR",
|
||||
GC_ARG_TYPE_STRING, GC_BACKEND_DIRMNGR },
|
||||
|
||||
|
||||
GC_OPTION_NULL
|
||||
|
Loading…
x
Reference in New Issue
Block a user