Add more options that was missing.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15901 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-08-11 14:09:38 +00:00
parent c118d0562a
commit 432fc6a9b3

View File

@@ -85,6 +85,13 @@ command = {
} }
command = { command = {
name = "cms-unenvelope" name = "cms-unenvelope"
option = {
long = "certificate"
short = "c"
type = "strings"
argument = "certificate-store"
help = "certificate used to decrypt the data"
}
option = { option = {
long = "content-info" long = "content-info"
type = "flag" type = "flag"
@@ -97,13 +104,20 @@ command = {
command = { command = {
name = "cms-envelope" name = "cms-envelope"
function = "cms_create_enveloped" function = "cms_create_enveloped"
option = {
long = "certificate"
short = "c"
type = "strings"
argument = "certificate-store"
help = "certificate used to encrypt the data"
}
option = { option = {
long = "content-info" long = "content-info"
type = "flag" type = "flag"
help = "wrapped out-data in a ContentInfo" help = "wrapped out-data in a ContentInfo"
} }
min_args="3" min_args="2"
argument="certificate in-file out-file" argument="in-file out-file"
help = "Envelope a file containing a EnvelopedData object" help = "Envelope a file containing a EnvelopedData object"
} }
command = { command = {