(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
This commit is contained in:
@@ -48,8 +48,14 @@ command = {
|
|||||||
argument = "signer-friendly-name"
|
argument = "signer-friendly-name"
|
||||||
help = "certificate to sign with"
|
help = "certificate to sign with"
|
||||||
}
|
}
|
||||||
|
option = {
|
||||||
|
long = "content-info"
|
||||||
|
type = "flag"
|
||||||
|
help = "wrapped out-data in a ContentInfo"
|
||||||
|
}
|
||||||
min_args="2"
|
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"
|
help = "Wrap a file within a SignedData object"
|
||||||
}
|
}
|
||||||
command = {
|
command = {
|
||||||
@@ -70,9 +76,10 @@ command = {
|
|||||||
option = {
|
option = {
|
||||||
long = "content-info"
|
long = "content-info"
|
||||||
type = "flag"
|
type = "flag"
|
||||||
help = "in data is wrapped in a ContentInfo"
|
help = "unwrap in-data that's in a ContentInfo"
|
||||||
}
|
}
|
||||||
min_args="2"
|
min_args="2"
|
||||||
|
max_args="2"
|
||||||
argument="in-file out-file"
|
argument="in-file out-file"
|
||||||
help = "Verify a file within a SignedData object"
|
help = "Verify a file within a SignedData object"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user