From 8d264387c3b44268a1cf64b9e6aef8177257f24d Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Thu, 30 Sep 2021 15:07:27 +0200 Subject: [PATCH] REGTESTS: ssl: enable ssl_crt-list_filters.vtc again ssl_crt-list_filters.vtc was deactivated because they were not compatible with previous version of OpenSSL and it was not possible to filter by versions. Activate it again with a openssl_version_atleast(1.1.1) check. --- reg-tests/ssl/ssl_crt-list_filters.vtc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reg-tests/ssl/ssl_crt-list_filters.vtc b/reg-tests/ssl/ssl_crt-list_filters.vtc index 90b945238..b945de082 100644 --- a/reg-tests/ssl/ssl_crt-list_filters.vtc +++ b/reg-tests/ssl/ssl_crt-list_filters.vtc @@ -1,9 +1,9 @@ -#REGTEST_TYPE=broken +#REGTEST_TYPE=bug varnishtest "Test for the bug #810 and #818" +feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL)' && 'openssl_version_atleast(1.1.1)'" # This test checks if the multiple certificate types works correctly with the # SNI, and that the negative filters are correctly excluded - #REQUIRE_VERSION=2.2 #REQUIRE_OPTIONS=OPENSSL feature ignore_unknown_macro