haproxy/include
William Lallemand cfca1422c7 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
2020-03-05 11:28:42 +01:00
..
common MINOR: debug: use our own backtrace function on clang+x86_64 2020-03-04 12:04:07 +01:00
import
proto MINOR: stream: Add stream_generate_unique_id function 2020-03-05 07:23:00 +01:00
types MINOR: ssl: reach a ckch_store from a sni_ctx 2020-03-05 11:28:42 +01:00