summaryrefslogtreecommitdiff
path: root/lib/libssl
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2010-10-01 22:54:18 +0000
committerDamien Miller <djm@cvs.openbsd.org>2010-10-01 22:54:18 +0000
commit962ed36d251ae6e539d546166950343113a9be9d (patch)
tree2978bd9d5d6ebeb691b77bb68c48fc5b958b9d8f /lib/libssl
parentf522ab407012d6a0d19480c28c3111d8f5855035 (diff)
import OpenSSL-1.0.0a
Diffstat (limited to 'lib/libssl')
-rw-r--r--lib/libssl/test/pkits-test.pl9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/libssl/test/pkits-test.pl b/lib/libssl/test/pkits-test.pl
index 5c6b89fcdb0..69dffa16f90 100644
--- a/lib/libssl/test/pkits-test.pl
+++ b/lib/libssl/test/pkits-test.pl
@@ -784,15 +784,6 @@ my $ossl = "ossl/apps/openssl";
my $ossl_cmd = "$ossl_path cms -verify -verify_retcode ";
$ossl_cmd .= "-CAfile pkitsta.pem -crl_check_all -x509_strict ";
-
-# Check for expiry of trust anchor
-system "$ossl_path x509 -inform DER -in $pkitsta -checkend 0";
-if ($? == 256)
- {
- print STDERR "WARNING: using older expired data\n";
- $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";