From 5f000f25e69f86981a702e68aee4fb6a5fbd6b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 22 Apr 2006 07:40:23 +0000 Subject: [PATCH] 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 --- lib/hx509/hxtool-commands.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index e8f190af4..4e45d0c4a 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.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"