commit | 0c6d12fb66f9be3209116f7b116ae6c4bf3d3a5f | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Fri Oct 04 18:38:51 2019 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Fri Oct 11 17:32:03 2019 +0200 |
tree | d099b740c04e1ee104255dcd7bf117af6c3c339c | |
parent | d919937991ce79d9c7a66fbabcbd34d2d7ca2ef3 [diff] |
MINOR: ssl: ssl_sock_load_multi_ckchs() can properly fail ssl_sock_load_multi_ckchs() is now able to fail without polluting the bind_conf trees and leaking memory. It is a prerequisite to load certificate on-the-fly with the CLI. The insertion of the sni_ctxs in the trees are done once everything has been allocated correctly.