]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: ssl: bind configuration per certificat
authorEmmanuel Hocdet <manu@gandi.net>
Thu, 29 Dec 2016 17:26:15 +0000 (18:26 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 13 Jan 2017 10:40:34 +0000 (11:40 +0100)
commit98263291cc3395a26a87408a900a93242f3f042d
tree897fbc336bdb2f317b2d95a633dd7a22e2985057
parent70e2f272127a931a7b245a95e3a022879145e1dd
MAJOR: ssl: bind configuration per certificat

crt-list is extend to support ssl configuration. You can now have
such line in crt-list <file>:
mycert.pem [npn h2,http/1.1]

Support include "npn", "alpn", "verify", "ca_file", "crl_file",
"ecdhe", "ciphers" configuration and ssl options.

"crt-base" is also supported to fetch certificates.
doc/configuration.txt
include/common/defaults.h
include/proto/ssl_sock.h
include/types/listener.h
include/types/ssl_sock.h
src/ssl_sock.c