aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf-comp.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-04-28 09:04:03 +0000
committerWerner Koch <[email protected]>2004-04-28 09:04:03 +0000
commit99a4774e344676f58a9b94caaa468459b54c22b6 (patch)
treed8e61f5675155a27837e22576a1e364052aeb38a /tools/gpgconf-comp.c
parent* app-common.h: Do not include ksba.h for gnupg 1. (diff)
downloadgnupg-99a4774e344676f58a9b94caaa468459b54c22b6.tar.gz
gnupg-99a4774e344676f58a9b94caaa468459b54c22b6.zip
Add --ocsp-signer for the dirmngr backend.
Diffstat (limited to 'tools/gpgconf-comp.c')
-rw-r--r--tools/gpgconf-comp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c
index 8a5c96033..338c43119 100644
--- a/tools/gpgconf-comp.c
+++ b/tools/gpgconf-comp.c
@@ -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