From 74ed9683a66fea8b375ca87e9777e517978769ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 4 Feb 2009 22:05:41 +0000 Subject: [PATCH] handle unsigned SignedData in cms-create-sd and cms-verify-sd git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24587 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool-commands.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index 8e08ab274..a2d345e9e 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -93,6 +93,11 @@ command = { type = "flag" help = "create a detached signature" } + option = { + long = "signer" + type = "-flag" + help = "do not sign" + } option = { long = "id-by-name" type = "flag" @@ -139,6 +144,11 @@ command = { type = "flag" help = "unwrap in-data from PEM armor" } + option = { + long = "signer-allowed" + type = "-flag" + help = "allow no signer" + } option = { long = "signed-content" type = "string"