cms-envelope: Add support for choosing the encryption type

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17164 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-22 07:40:23 +00:00
parent 46e2119c8d
commit 5f000f25e6

View File

@@ -132,7 +132,7 @@ command = {
short = "c"
type = "strings"
argument = "certificate-store"
help = "certificate used to encrypt the data"
help = "certificates used to receive the data"
}
option = {
long = "pass"
@@ -140,6 +140,12 @@ command = {
argument = "password"
help = "password, prompter, or environment"
}
option = {
long = "encryption-type"
type = "string"
argument = "enctype"
help = "enctype"
}
option = {
long = "content-info"
type = "flag"