From d5ceba204e7c24e2877dff136b97c12b714b7425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 27 Jul 2005 21:35:40 +0000 Subject: [PATCH] (cms_create_sd): support wrapping in content info spelling git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15808 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool-commands.in | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index dc3bb650b..d2fc80ef0 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -48,8 +48,14 @@ command = { argument = "signer-friendly-name" help = "certificate to sign with" } + option = { + long = "content-info" + type = "flag" + help = "wrapped out-data in a ContentInfo" + } min_args="2" - argument="in-file out-file cert ..." + max_args="2" + argument="in-file out-file" help = "Wrap a file within a SignedData object" } command = { @@ -70,9 +76,10 @@ command = { option = { long = "content-info" type = "flag" - help = "in data is wrapped in a ContentInfo" + help = "unwrap in-data that's in a ContentInfo" } min_args="2" + max_args="2" argument="in-file out-file" help = "Verify a file within a SignedData object" }