]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: ssl: continue upon error when opening a directory w/ ca-file
authorWilliam Lallemand <wlallemand@haproxy.org>
Fri, 1 Apr 2022 21:36:05 +0000 (23:36 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 1 Apr 2022 21:52:50 +0000 (23:52 +0200)
commit4f6ca322172457ab0c5578ca5f9c7c948527d5fc
tree9fdd4044032db5e9bf646cdf544d3809866a1fea
parent87fd9947276e4ea9e562235f720800a983ee9167
BUG/MINOR: ssl: continue upon error when opening a directory w/ ca-file

Previous patch was accidentaly breaking upon an error when itarating
through a CA directory. This is not the expected behavior, the function
must start processing the other files after the warning.
src/ssl_ckch.c