]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTESTS: ssl: skip ssl_dh test with AWS-LC
authorAndrew Hopkins <andhop@amazon.com>
Wed, 30 Aug 2023 23:33:13 +0000 (16:33 -0700)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 4 Sep 2023 16:21:01 +0000 (18:21 +0200)
skip ssl_dh test when HAProxy is built with AWS-LC which does not support FFDH ciphersuites.

reg-tests/ssl/ssl_dh.vtc

index 9553f371d73057b3bef94dd72eb40bd5559bcc87..36e72b8ff1d9afe8b9d0323bbcd7fe96d50ef30d 100644 (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