From 17ecd8bc9295288b2a6a00599efb081a65798a29 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sat, 7 May 2011 17:22:37 -0700 Subject: [PATCH] move time backward --- lib/hx509/test_nist.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/test_nist.in b/lib/hx509/test_nist.in index 6e701e9f6..9dffbe691 100644 --- a/lib/hx509/test_nist.in +++ b/lib/hx509/test_nist.in @@ -96,7 +96,7 @@ while read id verify cert arg1 arg2 arg3 arg4 arg5 ; do args="$args crl:FILE:$nistdir/crls/TrustAnchorRootCRL.crl" args="$args cert:FILE:$nistdir/certs/$cert" - if ${hxtool} verify $args > /dev/null; then + if ${hxtool} verify --time=2008-05-20 $args > /dev/null; then if test "$verify" = "f"; then echo "verify passed on fail: $id $cert" exit 1