mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-20 22:01:49 -04: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
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue