haproxy/include
William Lallemand 9117de9e37 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.
2019-10-11 17:32:03 +02:00
..
common MINOR: lists: Fix alignement of \ when relevant. 2019-10-11 16:56:25 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: ssl: initialize explicitly the sni_ctx trees 2019-10-11 17:32:02 +02:00
types MEDIUM: ssl: introduce the ckch instance structure 2019-10-11 17:32:03 +02:00