]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: ssl: move utility functions to src/ssl_utils.c
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 15 May 2020 10:01:17 +0000 (12:01 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 15 May 2020 12:11:54 +0000 (14:11 +0200)
commit6a66a5ec9b1092f87b54488df63442574cf6e6a9
tree1b07f4795b495371e2db56f7061d354a4222b04b
parent15e169447d1fb507585a65d963e4aae4cee08d07
REORG: ssl: move utility functions to src/ssl_utils.c

These functions are mainly used to extract information from
certificates.
Makefile
include/proto/ssl_sock.h
include/proto/ssl_utils.h [new file with mode: 0644]
src/ssl_ckch.c
src/ssl_sample.c
src/ssl_sock.c
src/ssl_utils.c [new file with mode: 0644]