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:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user