summaryrefslogtreecommitdiffstats
path: root/test/pkits-test.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-12-10 00:50:16 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-12-10 00:50:16 +0000
commit6bcc6d38c7f363b3bff2016b9ff76155d4606f14 (patch)
tree75fda694ef1a3a4de4a596a672acd733f13bf409 /test/pkits-test.pl
parent8173960305acbb7a1ad325a0878d96576aca64b1 (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";