summaryrefslogtreecommitdiff
path: root/src/gnutls-cli-options.json
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2022-01-17 17:53:32 +0000
committerDaiki Ueno <ueno@gnu.org>2022-01-17 17:53:32 +0000
commit34c6c97bd77975b96597e1e4c03e4d0465dda22a (patch)
tree666f64e885bb22dd43a89ed9e583680eb6f8c6ce /src/gnutls-cli-options.json
parent0a673a028506c6bff961c41992fb25baa1a11509 (diff)
parente256951eab4cc44367f8cc7bd2a51eeaacc10f7d (diff)
downloadgnutls-34c6c97bd77975b96597e1e4c03e4d0465dda22a.tar.gz
Merge branch 'wip/dueno/fips-module-version' into 'master'
fips: add mechanism to embed FIPS module name in the library See merge request gnutls/gnutls!1508
Diffstat (limited to 'src/gnutls-cli-options.json')
-rw-r--r--src/gnutls-cli-options.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gnutls-cli-options.json b/src/gnutls-cli-options.json
index 0777e6b198..bffa18e365 100644
--- a/src/gnutls-cli-options.json
+++ b/src/gnutls-cli-options.json
@@ -387,6 +387,11 @@
"desc": "Reports the status of the FIPS140-2 mode in gnutls library"
},
{
+ "detail": "",
+ "long-option": "list-config",
+ "desc": "Reports the configuration of the library"
+ },
+ {
"desc": "Redirect informational messages to a specific file.",
"arg-type": "string",
"long-option": "logfile",
@@ -418,4 +423,4 @@
}
]
}
-] \ No newline at end of file
+]