diff --git a/reg-tests/ssl/set_ssl_cert_bundle.vtc b/reg-tests/ssl/set_ssl_cert_bundle.vtc index 270cba6e02..0941bdba9f 100644 --- a/reg-tests/ssl/set_ssl_cert_bundle.vtc +++ b/reg-tests/ssl/set_ssl_cert_bundle.vtc @@ -17,7 +17,7 @@ varnishtest "Test the 'set ssl cert' feature of the CLI with bundles" # could work with haproxy 2.3 but the -cc is not available feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.5-dev9)'" -feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && ssllib_name_startswith(OpenSSL) && openssl_version_atleast(1.1.1)'" +feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && ssllib_name_startswith(OpenSSL) && openssl_version_atleast(1.1.1) || feature(OPENSSL_AWSLC)'" feature cmd "command -v socat" feature ignore_unknown_macro diff --git a/reg-tests/ssl/ssl_crt-list_filters.vtc b/reg-tests/ssl/ssl_crt-list_filters.vtc index e98efb7959..1d21ed8a1e 100644 --- a/reg-tests/ssl/ssl_crt-list_filters.vtc +++ b/reg-tests/ssl/ssl_crt-list_filters.vtc @@ -1,7 +1,7 @@ #REGTEST_TYPE=bug varnishtest "Test for ECDSA/RSA selection and crt-list filters" feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.8)'" -feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && ssllib_name_startswith(OpenSSL) && openssl_version_atleast(1.1.1)'" +feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && ssllib_name_startswith(OpenSSL) && openssl_version_atleast(1.1.1) || feature(OPENSSL_AWSLC)'" # This test checks if the multiple certificate types works correctly with the # SNI, and that the negative filters are correctly excluded #