Happy new year!! Just wanted to see if this patch could move forward. I have made the changes recommended by William.
Thank you for your time. Regards, Mariam. From: Mariam John <john.mariam....@gmail.com> Date: Friday, December 29, 2023 at 11:20 AM To: haproxy@formilux.org <haproxy@formilux.org> Cc: eb...@haproxy.com <eb...@haproxy.com>, wlallem...@haproxy.com <wlallem...@haproxy.com>, Mariam John <john.mariam....@gmail.com> Subject: [EXTERNAL] [PATCH 0/1] Update ssl_fc_curve/ssl_bc_curve sample fetch Update ssl_fc_curve/ssl_fc_curve to use `SSL_get0_group_name` function (available from the OpenSSL v3.2 release onwards) to get the curve name. For OpenSSL versions >=3.0 and <3.2, we will continue to use `SSL_get_negotiated_group` to get the curve name. Mariam John (1): BUG/MINOR: ssl: Update ssl_fc_curve/ssl_bc_curve to use SSL_get0_group_name src/ssl_sample.c | 36 +++++++++++++++++++++++++++++++----- 1 file changed, 31 insertions(+), 5 deletions(-) -- 2.39.2 (Apple Git-143)