summaryrefslogtreecommitdiffstats
path: root/test/tocsp
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-12-21 18:32:33 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-12-21 18:32:33 +0000
commit48b095168181223fc7af6ee0c475600b51581089 (patch)
tree8d303e3dad657b667de1d3283ef2761c0883663d /test/tocsp
parent2dabd822366df7b2608b55d5ca5f31d5d484cbaf (diff)
Fix tocsp: we don't need -trust_other any more.
Fix typo.
Diffstat (limited to 'test/tocsp')
-rw-r--r--test/tocsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tocsp b/test/tocsp
index 9f992b173b..5fc291ca6e 100644
--- a/test/tocsp
+++ b/test/tocsp
@@ -8,7 +8,7 @@ check_time="-attime 1355875200"
test_ocsp () {
$cmd base64 -d -in $ocspdir/$1 | \
- $cmd ocsp -respin - -partial_chain -trust_other $check_time \
+ $cmd ocsp -respin - -partial_chain $check_time \
-CAfile $ocspdir/$2 -verify_other $ocspdir/$2 -CApath /dev/null
[ $? != $3 ] && exit 1
}
@@ -137,7 +137,7 @@ test_ocsp ND2.ors ISIC_ND2_Issuer_Root.pem 0
echo "NON-DELEGATED; Root CA -> EE"
test_ocsp ND3.ors ISIC_ND3_Issuer_Root.pem 0
echo "DELEGATED; Intermediate CA -> EE"
-test_ocsp D1.ors ISIC_D1_Issuer_ICA.pem
+test_ocsp D1.ors ISIC_D1_Issuer_ICA.pem 0
echo "DELEGATED; Root CA -> Intermediate CA"
test_ocsp D2.ors ISIC_D2_Issuer_Root.pem 0
echo "DELEGATED; Root CA -> EE"