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:
Love Hörnquist Åstrand
2007-02-03 22:45:55 +00:00
parent 5f1b3a853b
commit 56b26bb2cc
2 changed files with 27 additions and 4 deletions

View File

@@ -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"