]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: pass ckch_store instead of ckch_data to ssl_sock_load_ocsp()
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 30 Apr 2024 19:31:05 +0000 (21:31 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 17 May 2024 15:35:51 +0000 (17:35 +0200)
commit2b8880e395fef54066579ed1bc23fcbf59bf3306
tree1fd7dbb27e20c35e1564c4f49d6344dbe81af7c4
parentdb09c2168f9657594c14e2130361984d623ea6a8
MINOR: ssl: pass ckch_store instead of ckch_data to ssl_sock_load_ocsp()

ssl_sock_put_ckch_into_ctx() and ssl_sock_load_ocsp() need to take a
ckch_store in argument. Indeed the ocsp_update_mode is not stored
anymore in ckch_data, but in ckch_conf which is part of the ckch_store.

This is a minor change, but the function definition had to change.
src/ssl_sock.c