Add options to generate detached signatures.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20169 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -71,6 +71,11 @@ command = {
|
||||
type = "flag"
|
||||
help = "wrapped out-data in a ContentInfo"
|
||||
}
|
||||
option = {
|
||||
long = "detached-signature"
|
||||
type = "flag"
|
||||
help = "create a detached signature"
|
||||
}
|
||||
min_args="2"
|
||||
max_args="2"
|
||||
argument="in-file out-file"
|
||||
@@ -107,6 +112,11 @@ command = {
|
||||
type = "flag"
|
||||
help = "unwrap in-data that's in a ContentInfo"
|
||||
}
|
||||
option = {
|
||||
long = "signed-content"
|
||||
type = "string"
|
||||
help = "file containing content"
|
||||
}
|
||||
min_args="2"
|
||||
max_args="2"
|
||||
argument="in-file out-file"
|
||||
|
Reference in New Issue
Block a user