]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl/ckch: use ckch_store instead of ckch_data for ckch_conf_kws
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 5 Nov 2025 15:41:48 +0000 (16:41 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 6 Nov 2025 10:56:27 +0000 (11:56 +0100)
commit1df55b441bc105b4c281d366f4608a1f9cb27903
tree186c2ae522fe567dcfdd715079ff23c5885d87d0
parent201971ec5fb4232bcf95a36fb9ea7d4b6ef1c844
MEDIUM: ssl/ckch: use ckch_store instead of ckch_data for ckch_conf_kws

This is an API change, instead of passing a ckch_data alone, the
ckch_conf_kws.func() is called with a ckch_store.

This allows the callback to access the whole ckch_store, with the
ckch_conf and the ckch_data. But it requires the ckch_conf to be
actually put in the ckch_store before.
include/haproxy/acme.h
include/haproxy/ssl_ckch-t.h
include/haproxy/ssl_ckch.h
include/haproxy/ssl_ocsp.h
src/acme.c
src/ssl_ckch.c
src/ssl_ocsp.c