commit | 432cd1a7f824fb863ab5252d38e1c931044bd93e | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Tue Oct 25 15:55:13 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Oct 25 15:55:13 2022 +0200 |
tree | adda754ff0d8fda3302e349a0c34fd2df6c0860a | |
parent | a538452fa4085fe71c313f3aa9a24f483cf64c9c [diff] |
MEDIUM: ssl: be stricter about chain error The error check on certificate chain was ignoring all decoding error, silently ignoring some errors. This patch fixes the issue by being stricter on errors when reading the chain, this is a change of behavior, it could break existing setup that has a wrong chain.