]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl: rename the struct "cert_key_and_chain" to "ckch_data"
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 22 Nov 2022 10:51:53 +0000 (11:51 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 2 Dec 2022 10:48:30 +0000 (11:48 +0100)
commit52ddd99940a9580cd6a70af1e5469ad10fc9fa1b
tree6365ce85253b5cb37019f68e70c84bbb037d9543
parentd06b9c8b990a1c64a2de25471056fa25f71161f0
MEDIUM: ssl: rename the struct "cert_key_and_chain" to "ckch_data"

Rename the structure "cert_key_and_chain" to "ckch_data" in order to
avoid confusion with the store whcih often called "ckchs".

The "cert_key_and_chain *ckch" were renamed "ckch_data *data", so we now
have store->data instead of ckchs->ckch.

Marked medium because it changes the API.
include/haproxy/listener-t.h
include/haproxy/ssl_ckch-t.h
include/haproxy/ssl_ckch.h
src/hlua.c
src/ssl_ckch.c
src/ssl_crtlist.c
src/ssl_sock.c