diff options
author | Werner Koch <[email protected]> | 2024-07-01 13:47:03 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-10-01 07:55:30 +0000 |
commit | f1e1cb0767a1802fb168188b54a20b45f2bb47f9 (patch) | |
tree | 97c251215eb9083cc0d005abdeca8e517522b245 | |
parent | gpgsm: Use a cache to speed up parent certificate lookup. (diff) | |
download | gnupg-f1e1cb0767a1802fb168188b54a20b45f2bb47f9.tar.gz gnupg-f1e1cb0767a1802fb168188b54a20b45f2bb47f9.zip |
gpgconf: Allow listing of some new options
--
Also one old option.
GnuPG-bug-id: 6882
(cherry picked from commit df977729ff3879fdeab7bce339b95ee3fd8ecc42)
-rw-r--r-- | tools/gpgconf-comp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index c9bdfeb3a..449e4f3f7 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -398,6 +398,9 @@ static known_option_t known_options_gpg[] = GC_ARG_TYPE_ALIAS_LIST}, { "compliance", GC_OPT_FLAG_NONE, GC_LEVEL_EXPERT }, { "default-new-key-algo", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE }, + { "default-new-key-adsk", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE }, + { "add-desig-revoker", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE }, + { "trusted-key", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE }, { "trust-model", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE }, { "debug-level", GC_OPT_FLAG_ARG_OPT, GC_LEVEL_ADVANCED }, { "log-file", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED, |