projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8173960
)
add commented out option to allow use of older PKITS data
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 10 Dec 2011 00:50:16 +0000
(
00:50
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 10 Dec 2011 00:50:16 +0000
(
00:50
+0000)
test/pkits-test.pl
patch
|
blob
|
history
diff --git
a/test/pkits-test.pl
b/test/pkits-test.pl
index 69dffa16f907a0f251fe5817caeea601fcbfb601..3f8579372b8f088084509da00c3111e09dba42f5 100644
(file)
--- 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";