]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: load issuer from file or from buffer
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 16 Oct 2019 16:27:58 +0000 (18:27 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 23 Oct 2019 09:54:51 +0000 (11:54 +0200)
commitf9568fcd79309911d33860c67a622768b877c93b
tree1f437fea686526c5b78fd205ba6dd56c61bd543c
parent0dfae6c315f7e14b1d056f7e11ce5b363f7c1ee7
MINOR: ssl: load issuer from file or from buffer

ssl_sock_load_issuer_file_into_ckch() is a new function which is able to
load an issuer from a buffer or from a file to a CKCH.

Use this function directly in ssl_sock_load_crt_file_into_ckch()
src/ssl_sock.c