From 432fc6a9b3e78818dd5f27c821123751daee71be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 11 Aug 2005 14:09:38 +0000 Subject: [PATCH] Add more options that was missing. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15901 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool-commands.in | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index bb16a9c98..95af5fc84 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -85,6 +85,13 @@ command = { } command = { name = "cms-unenvelope" + option = { + long = "certificate" + short = "c" + type = "strings" + argument = "certificate-store" + help = "certificate used to decrypt the data" + } option = { long = "content-info" type = "flag" @@ -97,13 +104,20 @@ command = { command = { name = "cms-envelope" function = "cms_create_enveloped" + option = { + long = "certificate" + short = "c" + type = "strings" + argument = "certificate-store" + help = "certificate used to encrypt the data" + } option = { long = "content-info" type = "flag" help = "wrapped out-data in a ContentInfo" } - min_args="3" - argument="certificate in-file out-file" + min_args="2" + argument="in-file out-file" help = "Envelope a file containing a EnvelopedData object" } command = {