From: Dr. Stephen Henson Date: Tue, 24 Mar 2015 13:15:33 +0000 (+0000) Subject: Fix OCSP tests. X-Git-Tag: OpenSSL_1_0_2b~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8509128179a93e0b797ab80dadc2dff63ae194b3;p=openssl Fix OCSP tests. OCSP verification changes mean the OCSP tests now need -trusted_first Reviewed-by: Matt Caswell --- diff --git a/test/tocsp b/test/tocsp index 5fc291ca6e..48e81bf302 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 $check_time \ + $cmd ocsp -respin - -partial_chain $check_time -trusted_first \ -CAfile $ocspdir/$2 -verify_other $ocspdir/$2 -CApath /dev/null [ $? != $3 ] && exit 1 }