1
0
mirror of http://git.haproxy.org/git/haproxy.git/ synced 2025-04-07 01:31:35 +00:00
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 BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
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