Indeed I did. I send the patch from the old folder. I apologize for the mistake on my part. I am sending the right one now.
Thank you for your patience. Regards, Mariam. From: William Lallemand <[email protected]> Date: Monday, July 17, 2023 at 4:28 AM To: Mariam John <[email protected]> Cc: [email protected] <[email protected]>, [email protected] <[email protected]> Subject: [EXTERNAL] Re: [PATCH 0/1] Implement new sample fetch method to get the curve name used in key agreement On Fri, Jul 14, 2023 at 02:59:52AM -0500, Mariam John wrote: > This is an implementation of feature request > [#2165](https://github.com/haproxy/haproxy/issues/2165 ), > to get the EC curve name used during the key agreement in OpenSSL. This patch > includes the following > changes: > - new sample fetch methods `ssl_fc_curve` and `ssl_bc_curve`, to get the > curve name > - doc changes to add description for the new sample fetch methods > - updates the existing regression tests to test the new sample fetch methods > > This uses the function `SSL_get_negotiated_group` method available from the > OpenSSLv3 release. > > Thank you. > > Mariam John (1): > MEDIUM: ssl: new sample fetch method to get curve name > > doc/configuration.txt | 8 +++++ > reg-tests/ssl/ssl_client_samples.vtc | 2 ++ > reg-tests/ssl/ssl_curves.vtc | 4 +++ > src/ssl_sample.c | 46 ++++++++++++++++++++++++++++ > 4 files changed, 60 insertions(+) > Hello Mariam, It seems like you sent us the previous patch by mistake? I pushed the patch in a separate branch to run the CI on it: https://github.com/haproxy/haproxy/actions/runs/5573879545/jobs/10181759082 Regards, -- William Lallemand

