REGTESTS: ssl: skip ssl_dh test with AWS-LC

skip ssl_dh test when HAProxy is built with AWS-LC which does not support FFDH ciphersuites.
This commit is contained in:
Andrew Hopkins 2023-08-30 16:33:13 -07:00 committed by William Lallemand
parent b3f94f8b3b
commit 88988bb06c

View File

@ -18,7 +18,8 @@
# stop using deprecated APIs.
varnishtest "Test the DH related SSL options"
feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL)'"
# AWS-LC does not support any FFDH ciphersuites
feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && !ssllib_name_startswith(AWS-LC)'"
feature cmd "command -v openssl && command -v grep && command -v socat"
feature ignore_unknown_macro