]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl/ckch: add substring parser for ckch_conf
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 20 Mar 2025 21:44:53 +0000 (22:44 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 1 Apr 2025 13:38:32 +0000 (15:38 +0200)
commitfdcb97614cb5dfd2fa58d38fc352f0f37d6858fd
tree6cd93e3d479f74d5b6b4248cd8f2866be397631c
parentfa01c9d92b5eb86920e42afee4af6d29e65c11f5
MINOR: ssl/ckch: add substring parser for ckch_conf

Add a substring parser for the ckch_conf keyword parser, this will split
a string into multiple substring, and strdup them in a array.
include/haproxy/ssl_ckch-t.h
src/ssl_ckch.c