Re: [PATCH v4 1/2] MINOR: ssl: create common ssl_ctx init

2020-11-14 Thread William Dauchy
On Thu, Nov 12, 2020 at 8:26 AM William Lallemand wrote: > Could you add a little more explanations in the commit message for this > one, and separate clearly the subject from the commit message? fixed in v5 Thanks, -- William

Re: [PATCH v4 1/2] MINOR: ssl: create common ssl_ctx init

2020-11-11 Thread William Lallemand
On Thu, Oct 29, 2020 at 01:17:55PM +0100, William Dauchy wrote: > so we can reuse it later > > Signed-off-by: William Dauchy Could you add a little more explanations in the commit message for this one, and separate clearly the subject from the commit message? Thanks! -- William Lallemand

[PATCH v4 1/2] MINOR: ssl: create common ssl_ctx init

2020-10-29 Thread William Dauchy
so we can reuse it later Signed-off-by: William Dauchy --- src/cfgparse-ssl.c | 50 +++--- 1 file changed, 21 insertions(+), 29 deletions(-) diff --git a/src/cfgparse-ssl.c b/src/cfgparse-ssl.c index 3bac5f9dc..ca2a2efa2 100644 --- a/src/cfgparse-ssl.c