summaryrefslogtreecommitdiffstats
path: root/test/pkits-test.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-12-10 00:49:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-12-10 00:49:55 +0000
commit3bfe583b8dcf3c3841ca0f6c2bd391f647e48dd8 (patch)
tree2281d9a9bf67c0a9edfdd55ae2c616d3c28afec4 /test/pkits-test.pl
parent627b0445367a55d09fe6d52e92403aeaf22117a8 (diff)
add commented out option to allow use of older PKITS data
Diffstat (limited to 'test/pkits-test.pl')
-rw-r--r--test/pkits-test.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pkits-test.pl b/test/pkits-test.pl
index 69dffa16f9..3f8579372b 100644
--- a/test/pkits-test.pl
+++ b/test/pkits-test.pl
@@ -784,6 +784,8 @@ my $ossl = "ossl/apps/openssl";
my $ossl_cmd = "$ossl_path cms -verify -verify_retcode ";
$ossl_cmd .= "-CAfile pkitsta.pem -crl_check_all -x509_strict ";
+# Uncomment out following line to use older data (uses Dec 10 00:29:26 2010)
+# $ossl_cmd .= "-attime 1291940972 ";
$ossl_cmd .= "-policy_check -extended_crl -use_deltas -out /dev/null 2>&1 ";
system "$ossl_path x509 -inform DER -in $pkitsta -out pkitsta.pem";