Expand crypto-select

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19152 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-11-27 12:10:22 +00:00
parent c0736245fe
commit bf35f1a1bc
2 changed files with 59 additions and 7 deletions

View File

@@ -389,9 +389,24 @@ command = {
help = "Print available CMS crypto types"
}
command = {
option = {
long = "type"
type = "string"
help = "type of CMS algorithm"
}
option = {
long = "certificate"
type = "string"
help = "source certificate limiting the choices"
}
option = {
long = "peer-cmstype"
type = "strings"
help = "peer limiting cmstypes"
}
name = "crypto-select"
min_args="0"
help = "Print available CMS crypto types"
help = "Print selected CMS type"
}
command = {
name = "help"