From: William Lallemand Date: Wed, 20 Sep 2023 13:23:32 +0000 (+0200) Subject: REGTESTS: ssl: skip OCSP test w/ WolfSSL X-Git-Tag: v2.9-dev6~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64a4b44a44f720ac4458c466057a687977963d65;p=thirdparty%2Fhaproxy.git REGTESTS: ssl: skip OCSP test w/ WolfSSL The OCSP test does not seem to be working correctly with wolfSSL. i2d_OCSP_CERTID(data->ocsp_cid, NULL); always returns 0. Skip it for now. --- diff --git a/reg-tests/ssl/show_ssl_ocspresponse.vtc b/reg-tests/ssl/show_ssl_ocspresponse.vtc index 6c1a6b2cfb..186aeccd7d 100644 --- a/reg-tests/ssl/show_ssl_ocspresponse.vtc +++ b/reg-tests/ssl/show_ssl_ocspresponse.vtc @@ -21,7 +21,7 @@ varnishtest "Test the 'show ssl ocsp-response' and 'show ssl cert foo.pem.ocsp' features of the CLI" feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.5-dev0)'" -feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && !ssllib_name_startswith(BoringSSL)'" +feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && !ssllib_name_startswith(BoringSSL) && !ssllib_name_startswith(wolfSSL)'" feature cmd "command -v socat && command -v openssl" feature ignore_unknown_macro