From 8509128179a93e0b797ab80dadc2dff63ae194b3 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 24 Mar 2015 13:15:33 +0000 Subject: [PATCH] Fix OCSP tests. OCSP verification changes mean the OCSP tests now need -trusted_first Reviewed-by: Matt Caswell --- test/tocsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.25.1