diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-12-10 01:49:55 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-12-10 01:49:55 +0100 |
commit | 3bfe583b8dcf3c3841ca0f6c2bd391f647e48dd8 (patch) | |
tree | 2281d9a9bf67c0a9edfdd55ae2c616d3c28afec4 /test/pkits-test.pl | |
parent | update CHANGES (diff) | |
download | openssl-3bfe583b8dcf3c3841ca0f6c2bd391f647e48dd8.tar.xz openssl-3bfe583b8dcf3c3841ca0f6c2bd391f647e48dd8.zip |
add commented out option to allow use of older PKITS data
Diffstat (limited to 'test/pkits-test.pl')
-rw-r--r-- | test/pkits-test.pl | 2 |
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"; |