Add --ocsp-signer for the dirmngr backend.

This commit is contained in:
Werner Koch 2004-04-28 09:04:03 +00:00
parent 4c96cb0683
commit 99a4774e34
2 changed files with 7 additions and 0 deletions

View File

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

View File

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