summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-12-26 14:12:09 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-12-26 14:12:09 +0000
commit2b5e5c3d08dcdd474591ac8b4fa8ecaff0a83dfb (patch)
tree3f8409844b21ced061056ae8473de136aae88c7c /test
parent708454f010622dbd948712f1aedf3cf8148bda05 (diff)
Revert incompatible OCSP_basic_verify changes.
Make partial chain chekcing work with EE certificates only. Remove unneeded -trust_other option from tocsp. (Backport from HEAD)
Diffstat (limited to 'test')
-rw-r--r--test/tocsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tocsp b/test/tocsp
index 143453cf05..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
}