diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2010-10-01 22:54:18 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2010-10-01 22:54:18 +0000 |
commit | 962ed36d251ae6e539d546166950343113a9be9d (patch) | |
tree | 2978bd9d5d6ebeb691b77bb68c48fc5b958b9d8f /lib/libssl | |
parent | f522ab407012d6a0d19480c28c3111d8f5855035 (diff) |
import OpenSSL-1.0.0a
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/test/pkits-test.pl | 9 |
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"; |