[openssl-commits] [openssl] OpenSSL_1_0_2-stable update
Dr. Stephen Henson
steve at openssl.org
Tue Mar 24 21:23:26 UTC 2015
The branch OpenSSL_1_0_2-stable has been updated
via 8509128179a93e0b797ab80dadc2dff63ae194b3 (commit)
from d3a9eaccc1a043cc32ab5cfe9ffba02b679810cc (commit)
- Log -----------------------------------------------------------------
commit 8509128179a93e0b797ab80dadc2dff63ae194b3
Author: Dr. Stephen Henson <steve at openssl.org>
Date: Tue Mar 24 13:15:33 2015 +0000
Fix OCSP tests.
OCSP verification changes mean the OCSP tests now need -trusted_first
Reviewed-by: Matt Caswell <matt at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
test/tocsp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/tocsp b/test/tocsp
index 5fc291c..48e81bf 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
}
More information about the openssl-commits
mailing list