CLEANUP: ssl: Move ssl_store related code to ssl_ckch.c
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Tue, 13 Apr 2021 08:10:37 +0000 (10:10 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 17 May 2021 08:50:24 +0000 (10:50 +0200)
commitaf8820a9a51ee60df62c29c62b8ec952aa43aa83
treed6a56139fa3252bf703efe66a893594b29bfd2d0
parent1f97306ecc0cf1e0b7c324406f45b256286e9766
CLEANUP: ssl: Move ssl_store related code to ssl_ckch.c

This patch moves all the ssl_store related code to ssl_ckch.c since it
will mostly be used there once the CA file update CLI commands are all
implemented. It also makes the cafile_entry structure visible as well as
the cafile_tree.
include/haproxy/ssl_ckch-t.h
include/haproxy/ssl_ckch.h
include/haproxy/ssl_sock.h
src/cfgparse-ssl.c
src/ssl_ckch.c
src/ssl_sock.c