From 8348b37a6be53bcf8024cb56d7ae6fccf3e5cea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 26 Feb 2008 12:29:39 +0000 Subject: [PATCH] Add --pem to cms-verify-sd. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22653 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 af6b19947..703952f85 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -134,6 +134,11 @@ command = { type = "flag" help = "unwrap in-data that's in a ContentInfo" } + option = { + long = "pem" + type = "flag" + help = "unwrap in-data from PEM armor" + } option = { long = "signed-content" type = "string"