]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl: introduce the ckch instance structure
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 3 Oct 2019 22:29:42 +0000 (00:29 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 11 Oct 2019 15:32:03 +0000 (17:32 +0200)
commit9117de9e370f6b8d178dc987f47dab685dec9655
treeef5d4108e711ed3475424ad7bcd021dcd242a88d
parent28a8fce485a94b636f6905134509c1150690b60f
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.
include/types/ssl_sock.h
src/ssl_sock.c