Re: [PATCH 2/2] MINOR: ssl: Add error if a crt-list might be truncated

2020-09-29 Thread Willy Tarreau
Hi Tim, On Mon, Sep 28, 2020 at 07:02:15PM +0200, Tim Duesterhus wrote: > see https://github.com/haproxy/haproxy/issues/860#issuecomment-693422936 > see 0354b658f061d00d5ab4b728d7deeff2c8f1503a > > This should be backported as a warning to 2.2. As a rule of thumb, it would be good to keep in

[PATCH 2/2] MINOR: ssl: Add error if a crt-list might be truncated

2020-09-28 Thread Tim Duesterhus
see https://github.com/haproxy/haproxy/issues/860#issuecomment-693422936 see 0354b658f061d00d5ab4b728d7deeff2c8f1503a This should be backported as a warning to 2.2. --- src/ssl_crtlist.c | 28 ++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git