From aae0d9d2207f5918d9fc5732cdfbcac6844c78a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 27 Jul 2005 21:06:21 +0000 Subject: [PATCH] add --content-info to cms-verify-sd git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15800 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool-commands.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index 5616bcf30..dc3bb650b 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -67,6 +67,11 @@ command = { argument = "certificate-store" help = "certificate store to pull certificates from" } + option = { + long = "content-info" + type = "flag" + help = "in data is wrapped in a ContentInfo" + } min_args="2" argument="in-file out-file" help = "Verify a file within a SignedData object"