From ac5c46095d99b3a7e4df61017b24bbcca1e469a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 3 Jun 2007 03:08:39 +0000 Subject: [PATCH] New command ocsp-verify. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20805 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool-commands.in | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index fa57c5050..d2fdcef19 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -301,6 +301,17 @@ command = { argument="outfile certs ..." help = "Fetch OCSP responses for the following certs" } +command = { + option = { + long = "ocsp-file" + type = "string" + help = "OCSP file" + } + name = "ocsp-verify" + min_args="1" + argument="certificates ..." + help = "Check that certificates are in OCSP file and valid" +} command = { name = "ocsp-print" option = {