move time backward

This commit is contained in:
Love Hornquist Astrand
2011-05-07 17:22:37 -07:00
parent 86f200c2f7
commit 17ecd8bc92

View File

@@ -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