From 86f200c2f7ca34a052f271210fa093a78152c920 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=$?