Fix OCSP tests.
OCSP verification changes mean the OCSP tests now need -trusted_first Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
d3a9eaccc1
commit
8509128179
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user