commit | ee8530c65ed0d9ee83db8fe41a65ecb87726df84 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Tue Jun 23 18:19:42 2020 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Jun 23 20:07:50 2020 +0200 |
tree | 05b530eb95dd2ad1d31d1a48bf1d24950ef0882c | |
parent | 6a3168ae84eee7564a961c188683705e3a812da4 [diff] |
MINOR: ssl: free the crtlist and the ckch during the deinit() Add some functions to deinit the whole crtlist and ckch architecture. It will free all crtlist, crtlist_entry, ckch_store, ckch_inst and their associated SNI, ssl_conf and SSL_CTX. The SSL_CTX in the default_ctx and initial_ctx still needs to be free'd separately.