From fa2afea6c6ac48194dd46b3408db860be9070be3 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sat, 7 May 2011 17:22:24 -0700 Subject: [PATCH] move time backward --- lib/hx509/test_nist2.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/test_nist2.in b/lib/hx509/test_nist2.in index 04ec7da95..0c4276b07 100644 --- a/lib/hx509/test_nist2.in +++ b/lib/hx509/test_nist2.in @@ -102,7 +102,7 @@ while read result cert other ; do args="$args crl:FILE:$a" done - cmd="${hxtool} verify $args" + cmd="${hxtool} verify --time=2008-05-20 $args" eval ${cmd} > /dev/null res=$? -- 2.11.4.GIT