Hello William, This is v2 of the patch addressing issue https://github.com/haproxy/haproxy/issues/3246.
I've changed some lines that commented. Changes since v1: - For features that are defined by the SSL library itself (HAVE_SSL_PROVIDERS, SSL_CTX_set1_curves_list, SSL_CTX_set1_sigalgs_list, SSL_CTX_set1_client_sigalgs_list), the error messages now use OpenSSL_version(OPENSSL_VERSION) instead of exposing internal macro names, which are meaningless to end users. - For ssl-dh-param-file (OPENSSL_NO_DH), the message now reads "not supported by <version> (no DH support)" to give clearer context. - Minor wording: "compiled without" -> "built without" for ssl-engine. Thanks for reviewing my patch. Regards, Hyeonggeun. Hyeonggeun Oh (1): MINOR: ssl: clarify error reporting for unsupported keywords src/cfgparse-ssl.c | 65 ++++++++++++++++++++++++++++------------------ 1 file changed, 40 insertions(+), 25 deletions(-) -- 2.50.1 (Apple Git-155)

