X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Ftocsp;h=5fc291ca6eeb72a97eb9b274f7750b2dc2d2a279;hp=143453cf056b08ea2fa68667f2a4e8aa52b1e62f;hb=2b5e5c3d08dcdd474591ac8b4fa8ecaff0a83dfb;hpb=708454f010622dbd948712f1aedf3cf8148bda05 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 }