From 4fac933bb95b41f29dc0c036b596d5edf26b4e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 19 Jan 2006 18:15:34 +0000 Subject: [PATCH] Add --missing-crl to verify commands. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16615 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 717016056..903848dfc 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -85,6 +85,11 @@ command = { argument = "password" help = "password, prompter, or environment" } + option = { + long = "missing-crl" + type = "flag" + help = "missing crl is ok" + } option = { long = "content-info" type = "flag" @@ -153,6 +158,11 @@ command = { argument = "password" help = "password, prompter, or environment" } + option = { + long = "missing-crl" + type = "flag" + help = "missing crl is ok" + } option = { long = "verbose" short = "v"