mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-22 04:10:48 +00:00
REGTESTS: ssl: disable ssl_dh.vtc for WolfSSL
Skip the ssl_dh reg-tests which is not working for WolfSSL.
This commit is contained in:
parent
1105524cbe
commit
c24cc33c0f
@ -19,7 +19,7 @@
|
||||
|
||||
varnishtest "Test the DH related SSL options"
|
||||
# AWS-LC does not support any FFDH ciphersuites
|
||||
feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && !ssllib_name_startswith(AWS-LC)'"
|
||||
feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && !ssllib_name_startswith(AWS-LC)' && !ssllib_name_startswith(wolfSSL)'"
|
||||
feature cmd "command -v openssl && command -v grep && command -v socat"
|
||||
feature ignore_unknown_macro
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user