From: Frédéric Lécaille <[email protected]> Hi ML,
With this series of patches we add the SSL/TLS support to haproxy peers. Regards, Fred. Frédéric Lécaille (10): MINOR: cfgparse: Extract some code to be re-used. CLEANUP: cfgparse: Return asap from cfg_parse_peers(). CLEANUP: cfgparse: Code reindentation. MINOR: cfgparse: Useless frontend initialization in "peers" sections. MINOR: cfgparse: Rework peers frontend init. MINOR: cfgparse: Simplication. MINOR: cfgparse: Make "peer" lines be parsed as "server" lines. MINOR: peers: Make outgoing connection to SSL/TLS peers work. MINOR: cfgparse: SSL/TLS binding in "peers" sections. DOC: peers: SSL/TLS documentation for "peers" doc/configuration.txt | 23 ++++- include/proto/peers.h | 26 +++++ include/types/peers.h | 1 + src/cfgparse.c | 272 +++++++++++++++++++++++++++++++++----------------- src/peers.c | 7 +- src/server.c | 3 +- 6 files changed, 234 insertions(+), 98 deletions(-) -- 2.11.0

