commit | d919937991ce79d9c7a66fbabcbd34d2d7ca2ef3 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Fri Oct 04 15:37:05 2019 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Fri Oct 11 17:32:03 2019 +0200 |
tree | 72b3c434cd4421dd0165cf7caa6f058e07ab9a70 | |
parent | 1d29c7438e24a8e7d30aabe9282cf479a07a89f2 [diff] |
MINOR: ssl: ssl_sock_load_ckchn() can properly fail ssl_sock_load_ckchn() 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.