diff options
author | Werner Koch <[email protected]> | 2004-04-28 09:04:03 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-04-28 09:04:03 +0000 |
commit | 99a4774e344676f58a9b94caaa468459b54c22b6 (patch) | |
tree | d8e61f5675155a27837e22576a1e364052aeb38a | |
parent | * app-common.h: Do not include ksba.h for gnupg 1. (diff) | |
download | gnupg-99a4774e344676f58a9b94caaa468459b54c22b6.tar.gz gnupg-99a4774e344676f58a9b94caaa468459b54c22b6.zip |
Add --ocsp-signer for the dirmngr backend.
-rw-r--r-- | tools/ChangeLog | 4 | ||||
-rw-r--r-- | tools/gpgconf-comp.c | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index 6da70fdda..5fe13021b 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,3 +1,7 @@ +2004-04-28 Werner Koch <[email protected]> + + * gpgconf-comp.c: Add --ocsp-signer for the dirmngr backend. + 2004-04-20 Marcus Brinkmann <[email protected]> * gpgconf-comp.c (gc_options_gpg_agent): Change type of 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 |