commit | cfca1422c7de05e34b72d2d57bc057b215aa9f8f | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Thu Mar 05 10:17:47 2020 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu Mar 05 11:28:42 2020 +0100 |
tree | 00423aba5221f08ba0c80d6323d64d30a7672afd | |
parent | 38df1c8006a2adf97f4ad5a183f80cfdcba3da8a [diff] |
MINOR: ssl: reach a ckch_store from a sni_ctx It was only possible to go down from the ckch_store to the sni_ctx but not to go up from the sni_ctx to the ckch_store. To allow that, 2 pointers were added: - a ckch_inst pointer in the struct sni_ctx - a ckckh_store pointer in the struct ckch_inst