mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-24 13:42:16 +00:00
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:
parent
b3f94f8b3b
commit
88988bb06c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user