commit | 9117de9e370f6b8d178dc987f47dab685dec9655 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Fri Oct 04 00:29:42 2019 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Fri Oct 11 17:32:03 2019 +0200 |
tree | ef5d4108e711ed3475424ad7bcd021dcd242a88d | |
parent | 28a8fce485a94b636f6905134509c1150690b60f [diff] |
MEDIUM: ssl: introduce the ckch instance structure struct ckch_inst represents an instance of a certificate (ckch_node) used in a bind_conf. Every sni_ctx created for 1 ckch_node in a bind_conf are linked in this structure. This patch allocate the ckch_inst for each bind_conf and inserts the sni_ctx in its linked list.