]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: config: centralize handling of SSL config per bind line
authorWilly Tarreau <w@1wt.eu>
Fri, 7 Sep 2012 14:58:00 +0000 (16:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 Sep 2012 06:31:50 +0000 (08:31 +0200)
commitf5ae8f763704eac18bbc604cb6cfc6383f8b1e0e
tree507e6e7f576f8401ff01169d4ae838fc97bd9ff2
parentaa52bef622bd9749cb45b7c86de215ab8b35a9e7
MEDIUM: config: centralize handling of SSL config per bind line

SSL config holds many parameters which are per bind line and not per
listener. Let's use a per-bind line config instead of having it
replicated for each listener.

At the moment we only do this for the SSL part but this should probably
evolved to handle more of the configuration and maybe even the state per
bind line.
include/proto/protocols.h
include/types/protocols.h
include/types/proxy.h
src/cfgparse.c
src/haproxy.c
src/proxy.c
src/ssl_sock.c