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