MINOR: ssl: Move OCSP code to a dedicated source file
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Tue, 20 Dec 2022 10:11:17 +0000 (11:11 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 21 Dec 2022 10:21:07 +0000 (11:21 +0100)
commitc8d814ed63119c4f76e6e4ef211b583eac362a8e
treeddc93f3363c2a1e2117c2ae17c81375794b22df8
parent2f275fb338f0a14add0a20534058cca914aa555f
MINOR: ssl: Move OCSP code to a dedicated source file

This is a simple cleanup that moves OCSP related code to a dedicated
file instead of interlacing it in some pure ssl connection code.
Makefile
include/haproxy/ssl_ocsp-t.h [new file with mode: 0644]
include/haproxy/ssl_ocsp.h [new file with mode: 0644]
include/haproxy/ssl_sock.h
include/haproxy/ssl_utils.h
src/cfgparse-ssl.c
src/ssl_ocsp.c [new file with mode: 0644]
src/ssl_sock.c
src/ssl_utils.c